summaryrefslogtreecommitdiff
path: root/utils/sush.sh
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-02-15 22:52:14 +0000
committerMiles Bader <miles@gnu.org>1996-02-15 22:52:14 +0000
commitf2f7241b0b4fe20d602de542b87a87e43d0466b9 (patch)
tree27bf027a2d3869ae01e4c46735dd39a524569721 /utils/sush.sh
parent8b23fe4e540a299e4f5934a571ebc1c865f1e98c (diff)
Change -aBACKUP_SHELL to -aBACKUP_SHELLS.
Diffstat (limited to 'utils/sush.sh')
-rw-r--r--utils/sush.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/sush.sh b/utils/sush.sh
index b91035a0..707deaa3 100644
--- a/utils/sush.sh
+++ b/utils/sush.sh
@@ -1,3 +1,3 @@
#!/bin/sh
# A unix-like su (one which invokes a sub-shell).
-exec /bin/login --program-name="$0" -pzxSLf -aHOME -aMOTD -aUMASK -aBACKUP_SHELL "$@"
+exec /bin/login --program-name="$0" -pzxSLf -aHOME -aMOTD -aUMASK -aBACKUP_SHELLS "$@"