aboutsummaryrefslogtreecommitdiff
path: root/bin/rndf
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-01 21:31:25 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-01 21:31:25 +1200
commit01da797e5fdc25c60552b40a30832c8e6c2f441d (patch)
tree26cb5654bb4c2ecadae091914f5b807a17b6cb77 /bin/rndf
parentAdd some manpage references (diff)
downloaddotfiles-01da797e5fdc25c60552b40a30832c8e6c2f441d.tar.gz
dotfiles-01da797e5fdc25c60552b40a30832c8e6c2f441d.zip
Remove unneeded exec calls
Diffstat (limited to 'bin/rndf')
-rwxr-xr-xbin/rndf2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rndf b/bin/rndf
index 461ad632..6918dbea 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 "$@"
+rnda "$@"