From 1758db773edd8b472ca4927930e148a92bbfaca1 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sun, 24 Aug 2014 03:03:23 +0000 Subject: Change == to POSIX standard = git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2256 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- buildtools/installosf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildtools') 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 -- cgit 1.4.1