aboutsummaryrefslogtreecommitdiff
path: root/bin/n-times
diff options
context:
space:
mode:
Diffstat (limited to 'bin/n-times')
-rwxr-xr-xbin/n-times2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/n-times b/bin/n-times
index 4fa8b96..c8d10d8 100755
--- a/bin/n-times
+++ b/bin/n-times
@@ -61,7 +61,7 @@ shift $((OPTIND - 1))
COUNT="${1:-}"
shift
-eval "$(assert-arg "$COUNT" 'COUNT')"
+eval "$(assert-arg -- "$COUNT" 'COUNT')"
while true; do