home
·
contact
·
privacy
projects
/
config
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9dd6d6
)
Fix bug by typo.
author
Christian Heller
<c.heller@plomlompom.de>
Sun, 13 Dec 2015 02:20:50 +0000
(
03:20
+0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Sun, 13 Dec 2015 02:20:50 +0000
(
03:20
+0100)
bin/symlink.sh
patch
|
blob
|
history
diff --git
a/bin/symlink.sh
b/bin/symlink.sh
index 74cdb7bf2b74d90a6bc78d82cded8dcefc8f320e..a4c699df550f2758daebf960a9ee513b96263ad3 100755
(executable)
--- 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" = "
x
200s" ]; then
+ if [ "$2" = "
X
200s" ]; then
for file in `ls $dir_user_X200s`; do
ln -fs $dir_user_X200s/$file ~/.$file
done