diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2014-08-24 03:03:23 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2014-08-24 03:03:23 +0000 |
commit | 1758db773edd8b472ca4927930e148a92bbfaca1 (patch) | |
tree | c8f3edc0be25280e98cf323c5454844c2c4a4b73 /buildtools | |
parent | f90cf56d7caa3b91c80a7fc8c33364636370c4cd (diff) | |
download | netpbm-mirror-1758db773edd8b472ca4927930e148a92bbfaca1.tar.gz netpbm-mirror-1758db773edd8b472ca4927930e148a92bbfaca1.tar.xz netpbm-mirror-1758db773edd8b472ca4927930e148a92bbfaca1.zip |
Change == to POSIX standard =
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2256 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'buildtools')
-rwxr-xr-x | buildtools/installosf | 2 |
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 |