From 9e4a4ee87ac595f8f537dca090e89e118a3e7c9a Mon Sep 17 00:00:00 2001 From: giraffedata Date: Tue, 3 Dec 2019 17:32:14 +0000 Subject: Release 10.88.01 git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@3711 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- converter/other/anytopnm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'converter/other/anytopnm') 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" -- cgit 1.4.1