From: Christian Heller Date: Sun, 13 Dec 2015 02:20:50 +0000 (+0100) Subject: Fix bug by typo. X-Git-Url: https://plomlompom.com/repos/?p=config;a=commitdiff_plain;h=3dd841aef8b08027aded64a6968a0e4b8eaacaa8 Fix bug by typo. --- 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