aboutsummaryrefslogtreecommitdiff
path: root/bin/sls
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/sls
parentAdd some manpage references (diff)
downloaddotfiles-01da797e5fdc25c60552b40a30832c8e6c2f441d.tar.gz
dotfiles-01da797e5fdc25c60552b40a30832c8e6c2f441d.zip
Remove unneeded exec calls
Diffstat (limited to 'bin/sls')
-rwxr-xr-xbin/sls2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sls b/bin/sls
index c5281aa7..cbaebe3a 100755
--- a/bin/sls
+++ b/bin/sls
@@ -5,4 +5,4 @@ if [ "$#" -eq 0 ] ; then
set -- "$@" "$cfg"
done
fi
-exec slsf -- "$@"
+slsf -- "$@"