home · contact · privacy
Fix bug by typo.
authorChristian Heller <c.heller@plomlompom.de>
Sun, 13 Dec 2015 02:20:50 +0000 (03:20 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Sun, 13 Dec 2015 02:20:50 +0000 (03:20 +0100)
bin/symlink.sh

index 74cdb7bf2b74d90a6bc78d82cded8dcefc8f320e..a4c699df550f2758daebf960a9ee513b96263ad3 100755 (executable)
@@ -26,7 +26,7 @@ else
         for file in `ls $dir_user_thinkpad`; do
             ln -fs $dir_user_thinkpad/$file ~/.$file
         done
-        if [ "$2" = "x200s" ]; then
+        if [ "$2" = "X200s" ]; then
             for file in `ls $dir_user_X200s`; do
                 ln -fs $dir_user_X200s/$file ~/.$file
             done