]> git.pld-linux.org Git - projects/pld-ftp-admin.git/commitdiff
- typo
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 6 Jan 2008 01:48:08 +0000 (01:48 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Sun, 6 Jan 2008 01:48:08 +0000 (01:48 +0000)
Changed files:
    shell/bash_profile -> 1.4

shell/bash_profile

index ec16fc7e10acfc1b4973662a6b636af7a1baefd4..d83dfea38b0666b46e0e1cc80f97f27209c8ded9 100644 (file)
@@ -7,10 +7,10 @@ if [ "${SSH_CONNECTION%% *}" = "194.106.120.90" ]; then
        export LC_ALL=C
        export LANG=en_US
        export TZ=EET
-       case $(id -un)
+       case $(id -un) in
        pldth)
                echo -ne "\033kth@ftp\033\\"
-       ;;
+               ;;
        pldac)
                echo -ne "\033kac@ftp\033\\"
                ;;
This page took 0.161529 seconds and 4 git commands to generate.