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:
bebdb36
)
Fix symlink script error.
author
Christian Heller
<c.heller@plomlompom.de>
Tue, 13 Nov 2018 22:13:44 +0000
(23:13 +0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Tue, 13 Nov 2018 22:13:44 +0000
(23:13 +0100)
all_new_2018/symlink_etc.sh
patch
|
blob
|
history
diff --git
a/all_new_2018/symlink_etc.sh
b/all_new_2018/symlink_etc.sh
index f1f97af1a557a27b5a5d51fdce500cda02c7cd23..9a7a162f07c28b137fe1186ffe189b34af7904d2 100755
(executable)
--- a/
all_new_2018/symlink_etc.sh
+++ b/
all_new_2018/symlink_etc.sh
@@
-6,7
+6,7
@@
set -e
target="$1"
-if [ ! "${target}" = "all" ] && [ ! "$target}" = "server" ]; then
+if [ ! "${target}" = "all" ] && [ ! "$
{
target}" = "server" ]; then
echo "Need proper target."
false
fi