summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-02-03 07:55:39 +0000
committerMiles Bader <miles@gnu.org>1996-02-03 07:55:39 +0000
commit1ce0d3c1acb2d1adaf8fe0d2dca3c13b3d929584 (patch)
tree51d764f41774c1966334277b262723d64e06ebaa /utils
parent82474cb7f77b22018ec964a561261a9e42d93cae (diff)
Don't save the parent ids.
Diffstat (limited to 'utils')
-rw-r--r--utils/sush.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/sush.sh b/utils/sush.sh
index d1541f4f..8010c2e7 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).
-/bin/login --program-name="$0" -pzxSLfk -aHOME -aMOTD -aUMASK -aBACKUP_SHELL "$@" \ No newline at end of file
+/bin/login --program-name="$0" -pzxSLf -aHOME -aMOTD -aUMASK -aBACKUP_SHELL "$@"