git.slaskete.net
/
einar-bin
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
e402800
)
Derp, incorrect test for force flag
author
Einar Jørgen Haraldseid
<einar@haraldseid.net>
Tue, 14 Mar 2017 12:13:09 +0000
(13:13 +0100)
committer
Einar Jørgen Haraldseid
<einar@haraldseid.net>
Tue, 14 Mar 2017 12:13:09 +0000
(13:13 +0100)
addfollowmeprint.sh
patch
|
blob
|
history
diff --git
a/addfollowmeprint.sh
b/addfollowmeprint.sh
index 7dce648335ddae6009bd1df1311722f7edcd0d02..915d0a1f5eec0c8608130713120dcf4867f0dc1e 100755
(executable)
--- a/
addfollowmeprint.sh
+++ b/
addfollowmeprint.sh
@@
-80,7
+80,7
@@
if [ "${Uname}" != "darwin" ] && [ "${Uname}" != "linux" ] && [ "${Force}" != "Y
fi
# Set Uname to linux if we are forcing running the script
fi
# Set Uname to linux if we are forcing running the script
-if [ "${Force}"
!
= "YES" ]; then
+if [ "${Force}" = "YES" ]; then
Uname="linux"
fi
Uname="linux"
fi