diff options
Diffstat (limited to 'bin/pre')
-rwxr-xr-x | bin/pre | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ done shift $((OPTIND - 1)) PREFIX="${1:-}" -eval "$(assert-arg "$PREFIX" 'PREFIX')" +eval "$(assert-arg -- "$PREFIX" 'PREFIX')" while read -r line; do if [ -z "$COLOR" ]; then |