about summary refs log tree commit diff
path: root/buildtools
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-09-04 02:31:25 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-09-04 02:31:25 +0000
commitd119d8561d5daec0a2dc0acd890e70fd4ff6dbf6 (patch)
tree0f0edcf4c21b42324bfc87d30063b03ec78e37fd /buildtools
parente8f8336b79b62800bf47de9688f48694e6046e49 (diff)
downloadnetpbm-mirror-d119d8561d5daec0a2dc0acd890e70fd4ff6dbf6.tar.gz
netpbm-mirror-d119d8561d5daec0a2dc0acd890e70fd4ff6dbf6.tar.xz
netpbm-mirror-d119d8561d5daec0a2dc0acd890e70fd4ff6dbf6.zip
Release 10.67.04
git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@2269 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'buildtools')
-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