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:35 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2019-12-03 17:32:35 +0000
commit61904ede12e6d14724204f97f863c19fdc10d1e4 (patch)
tree974ad0c8c35ccb5a706b8f786fa55f37968b253c /converter/other/anytopnm
parentb8b78b9917ede066d5e33c6a9f52cc72ec591a4f (diff)
downloadnetpbm-mirror-61904ede12e6d14724204f97f863c19fdc10d1e4.tar.gz
netpbm-mirror-61904ede12e6d14724204f97f863c19fdc10d1e4.tar.xz
netpbm-mirror-61904ede12e6d14724204f97f863c19fdc10d1e4.zip
Release 10.86.07
git-svn-id: http://svn.code.sf.net/p/netpbm/code/stable@3712 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"