aboutsummaryrefslogtreecommitdiff
path: root/bin/sue
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/sue
parentAdd some manpage references (diff)
downloaddotfiles-01da797e5fdc25c60552b40a30832c8e6c2f441d.tar.gz
dotfiles-01da797e5fdc25c60552b40a30832c8e6c2f441d.zip
Remove unneeded exec calls
Diffstat (limited to 'bin/sue')
-rwxr-xr-xbin/sue2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sue b/bin/sue
index 8c4b8910..d585e088 100755
--- a/bin/sue
+++ b/bin/sue
@@ -13,4 +13,4 @@ for file ; do
;;
esac
done
-exec sudoedit -u "$user" -- "$@"
+sudoedit -u "$user" -- "$@"