diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2016-04-30 19:09:02 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2016-04-30 19:09:02 +0000 |
commit | 2483a23fcc5179fb1c06fa8946f9ac1896be1b81 (patch) | |
tree | c88b453a7a1dffa0c51a109d446458b5dd008da4 /converter/other | |
parent | 896d19f9904c7e84c115b68c7ed0c9da43c604a0 (diff) | |
download | netpbm-mirror-2483a23fcc5179fb1c06fa8946f9ac1896be1b81.tar.gz netpbm-mirror-2483a23fcc5179fb1c06fa8946f9ac1896be1b81.tar.xz netpbm-mirror-2483a23fcc5179fb1c06fa8946f9ac1896be1b81.zip |
cleanup - invoke pamtopnm instead of pnmtopnm
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2727 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other')
-rwxr-xr-x | converter/other/pnmtoplainpnm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/pnmtoplainpnm b/converter/other/pnmtoplainpnm index 87c58597..4f5378b2 100755 --- a/converter/other/pnmtoplainpnm +++ b/converter/other/pnmtoplainpnm @@ -1,3 +1,3 @@ #! /bin/sh -pnmtopnm -plain $@ +pamtopnm -plain $@ |