From: Christian Heller Date: Sun, 13 Dec 2015 02:45:18 +0000 (+0100) Subject: Merge branch 'master' of http://github.com/plomlompom/config X-Git-Url: https://plomlompom.com/repos/condition_titles?a=commitdiff_plain;h=e37e1c63c7875f17c5c536e43bf83a1d6384df7d;hp=ac4d78fd9cd818abd5c7151d61b6f623717e7bb0;p=config Merge branch 'master' of github.com/plomlompom/config --- diff --git a/bin/symlink.sh b/bin/symlink.sh index 74cdb7b..a4c699d 100755 --- a/bin/symlink.sh +++ b/bin/symlink.sh @@ -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