about summary refs log tree commit diff
path: root/editor/pnmcat
diff options
context:
space:
mode:
Diffstat (limited to 'editor/pnmcat')
-rwxr-xr-xeditor/pnmcat2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/pnmcat b/editor/pnmcat
index 52f55be7..5aaa03df 100755
--- a/editor/pnmcat
+++ b/editor/pnmcat
@@ -5,5 +5,5 @@ if test "$1" = '-version'; then
 elif test "$1" = '--version'; then
   pamcat --version
 else
-  pamcat -extendplane "$@" | pnmtopnm
+  pamcat -extendplane "$@" | pamtopnm
 fi