diff options
author | Miles Bader <miles@gnu.org> | 1996-02-15 22:52:14 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-02-15 22:52:14 +0000 |
commit | f2f7241b0b4fe20d602de542b87a87e43d0466b9 (patch) | |
tree | 27bf027a2d3869ae01e4c46735dd39a524569721 | |
parent | 8b23fe4e540a299e4f5934a571ebc1c865f1e98c (diff) |
Change -aBACKUP_SHELL to -aBACKUP_SHELLS.
-rw-r--r-- | utils/sush.sh | 2 |
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 "$@" |