about summary refs log tree commit diff
path: root/buildtools/installosf
diff options
context:
space:
mode:
Diffstat (limited to 'buildtools/installosf')
-rwxr-xr-xbuildtools/installosf2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/installosf b/buildtools/installosf
index 1d1d61a7..77934411 100755
--- a/buildtools/installosf
+++ b/buildtools/installosf
@@ -17,7 +17,7 @@ while [ $# -gt 0 ]; do
     elif [ "$1" = "-m" ]; then 
         shift
         PERMISSIONS=$1
-    elif [ ${SOURCE_FILE}x == x ]; then
+    elif [ ${SOURCE_FILE}x = x ]; then
         SOURCE_FILE=$1
     else
         TARGET_DIR=$1