diff options
author | Daniel LEVAI <leva@ecentrum.hu> | 2010-05-13 01:01:03 +0200 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-13 01:01:03 +0200 |
commit | 6ec76a9860188c0e2de54daf61f5a4ff590ad8ef (patch) | |
tree | edd70b526118253bc6ab17c0dcd069325fa5016f /system/pdksh/doinst.sh | |
parent | 387f1e8f9c14fc5648eee03d43787806c806fe20 (diff) |
system/pdksh: Added to 13.0 repository
Diffstat (limited to 'system/pdksh/doinst.sh')
-rw-r--r-- | system/pdksh/doinst.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/system/pdksh/doinst.sh b/system/pdksh/doinst.sh new file mode 100644 index 0000000000000..1c7b18bd1833f --- /dev/null +++ b/system/pdksh/doinst.sh @@ -0,0 +1,5 @@ + +if ! grep -q '/bin/pdksh' etc/shells ; then + printf "/bin/pdksh\n" >> etc/shells ; +fi + |