aboutsummaryrefslogtreecommitdiff
path: root/bin/rndl
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/rndl
parentAdd some manpage references (diff)
downloaddotfiles-01da797e5fdc25c60552b40a30832c8e6c2f441d.tar.gz
dotfiles-01da797e5fdc25c60552b40a30832c8e6c2f441d.zip
Remove unneeded exec calls
Diffstat (limited to 'bin/rndl')
-rwxr-xr-xbin/rndl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rndl b/bin/rndl
index 17118862..1354ae28 100755
--- a/bin/rndl
+++ b/bin/rndl
@@ -6,4 +6,4 @@ if [ "$#" -eq 0 ] ; then
fi
lc=$(sed '$=;d' "$@") || exit
ri=$(rndi 1 "$lc") || exit
-exec sed -- "$ri"'!d' "$@"
+sed -- "$ri"'!d' "$@"