From 3dd841aef8b08027aded64a6968a0e4b8eaacaa8 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Sun, 13 Dec 2015 03:20:50 +0100 Subject: [PATCH] Fix bug by typo. --- bin/symlink.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2