diff options
author | rsc <devnull@localhost> | 2005-01-14 05:28:38 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-01-14 05:28:38 +0000 |
commit | 67075c3634c316ce9cc0e6fa88e65ca27503abc4 (patch) | |
tree | 708e1582e3b4b45ba40f9329b2dfef01439752e9 /bin/page | |
parent | 359c1e017ee367c34b082b1b4e6c002686d01bce (diff) | |
download | plan9port-67075c3634c316ce9cc0e6fa88e65ca27503abc4.tar.gz plan9port-67075c3634c316ce9cc0e6fa88e65ca27503abc4.tar.bz2 plan9port-67075c3634c316ce9cc0e6fa88e65ca27503abc4.zip |
fixes
Diffstat (limited to 'bin/page')
-rwxr-xr-x | bin/page | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -81,7 +81,7 @@ case $# in tmp=$tmp.png ;; *) - echo 1>&2 unrecognized file format + echo 1>&2 page: unrecognized file type on standard input rm -f $tmp exit 1 esac |