makepkg: remove bash4-only parameter expansion in check_sanity
Signed-off-by: Andres P <aepd87@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
d7c98d4e45
commit
8b23aa172f
1 changed files with 1 additions and 1 deletions
|
@ -1250,7 +1250,7 @@ check_sanity() {
|
|||
# evaluate any bash variables used
|
||||
eval file=${file}
|
||||
if [[ ! -f $file ]]; then
|
||||
error "$(gettext "%s file (%s) does not exist.")" "${i^}" "$file"
|
||||
error "$(gettext "%s file (%s) does not exist.")" "$i" "$file"
|
||||
return 1
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue