Remove unnecessary quote

This commit is contained in:
Kevin Cotugno 2020-04-21 15:16:27 -07:00
parent e64dbc9d93
commit 274ab1d119

View File

@ -305,7 +305,7 @@ else
tar_opts=xzf
fi
if [[ "$prefix" = "/" ]]; then fail "Cannot use root (/) as prefix"; fi
shift $(("$OPTIND" - 1))
shift $((OPTIND - 1))
case "$1" in
build)