git.slaskete.net
/
einar-bin
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Derp, incorrect test for force flag
[einar-bin]
/
addfollowmeprint.sh
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
-if [ "${Force}"
!
= "YES" ]; then
+if [ "${Force}" = "YES" ]; then
Uname="linux"
fi