X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;ds=sidebyside;f=bin%2Fsymlink.sh;h=a4c699df550f2758daebf960a9ee513b96263ad3;hb=3dd841aef8b08027aded64a6968a0e4b8eaacaa8;hp=74cdb7bf2b74d90a6bc78d82cded8dcefc8f320e;hpb=f9dd6d6dcfb2da47b77a2104d6837edf646c9ee9;p=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