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 tar_opts=xzf
fi fi
if [[ "$prefix" = "/" ]]; then fail "Cannot use root (/) as prefix"; fi if [[ "$prefix" = "/" ]]; then fail "Cannot use root (/) as prefix"; fi
shift $(("$OPTIND" - 1)) shift $((OPTIND - 1))
case "$1" in case "$1" in
build) build)