aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-01 10:59:36 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-01 11:01:10 +1200
commit25bb62a3cd147af19a499b267bdeb344790c7254 (patch)
tree10f28a39ad61a4a369132c7f07c410077db71cf6
parentAdd rnd?(1) to README (diff)
downloaddotfiles-25bb62a3cd147af19a499b267bdeb344790c7254.tar.gz
dotfiles-25bb62a3cd147af19a499b267bdeb344790c7254.zip
Add missing arg expansion to rndf(1)
-rwxr-xr-xbin/rndf2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rndf b/bin/rndf
index 6418529c..461ad632 100755
--- a/bin/rndf
+++ b/bin/rndf
@@ -6,4 +6,4 @@ if ! [ -e "$1" ] ; then
printf >&2 'rndf: No files found in %s\n' "$dir"
exit 1
fi
-exec rnda
+exec rnda "$@"