about summary refs log tree commit diff
path: root/converter/other/anytopnm
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2019-12-03 17:32:14 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2019-12-03 17:32:14 +0000
commit9e4a4ee87ac595f8f537dca090e89e118a3e7c9a (patch)
tree089e61d721a8ab0d74eed6780b0b991beca1859d /converter/other/anytopnm
parentba9611399c049edc878be544d2a91f7178dce3dd (diff)
downloadnetpbm-mirror-9e4a4ee87ac595f8f537dca090e89e118a3e7c9a.tar.gz
netpbm-mirror-9e4a4ee87ac595f8f537dca090e89e118a3e7c9a.tar.xz
netpbm-mirror-9e4a4ee87ac595f8f537dca090e89e118a3e7c9a.zip
Release 10.88.01
git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@3711 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other/anytopnm')
-rwxr-xr-xconverter/other/anytopnm2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/anytopnm b/converter/other/anytopnm
index e5de85cc..5409bccd 100755
--- a/converter/other/anytopnm
+++ b/converter/other/anytopnm
@@ -527,7 +527,7 @@ if [ $# -gt 1 ] ; then
          "input file name." 1>&2
     exit 1
 elif [ $# -eq 1 ] ; then
-    if [ $1 = "--version" -o $1 = "-version" ] ; then
+    if [ "$1" = "--version" -o "$1" = "-version" ] ; then
         pamtopnm --version ; exit $?
     else 
         inputFile="$1"