]> git.pld-linux.org Git - projects/setup.git/commitdiff
- added ability to recognize ksh93 as bin sh
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 18 Jun 2001 13:09:49 +0000 (13:09 +0000)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 18 Jun 2001 13:09:49 +0000 (13:09 +0000)
Changed files:
    etc/profile -> 1.21

etc/profile

index 61e83e5c9c18dbea4ce9fa7d37c18c3ffa340ef3..a60ec06f4f61c91c99ad9180511230682047c94d 100644 (file)
@@ -39,6 +39,8 @@ if [ "$SH" = "sh" ]; then
                SH=zsh
        elif [ -n "$BASH_VERSION" ]; then
                SH=bash
+       elif [ -n "`$SH -c 'echo ${.sh.version}' 2>/dev/null`" ]; then
+               SH=ksh93
        fi
 fi
 
This page took 0.048609 seconds and 4 git commands to generate.