diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2020-08-29 04:29:01 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2020-08-29 04:29:01 +0000 |
commit | 54191112065200f118588896c756ed48d99a515e (patch) | |
tree | 8dc74b7bd24e6dc053d0bc320dc07c18a18825f2 /converter/other/anytopnm | |
parent | c227dbc080d862b734f5f220345746fc8d8146bf (diff) | |
download | netpbm-mirror-54191112065200f118588896c756ed48d99a515e.tar.gz netpbm-mirror-54191112065200f118588896c756ed48d99a515e.tar.xz netpbm-mirror-54191112065200f118588896c756ed48d99a515e.zip |
Release 10.86.16
git-svn-id: http://svn.code.sf.net/p/netpbm/code/stable@3933 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other/anytopnm')
-rwxr-xr-x | converter/other/anytopnm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/anytopnm b/converter/other/anytopnm index 5409bccd..94838556 100755 --- a/converter/other/anytopnm +++ b/converter/other/anytopnm @@ -538,7 +538,7 @@ else fi tempdir=$(mktemp -d "${TMPDIR:-/tmp}/anytopnm.XXXXXXXX") || - ( echo "Could not create temporary file. Exiting." 1>&2; exit 1; ) + { echo "Could not create temporary file. Exiting." 1>&2; exit 1; } trap 'rm -rf $tempdir' 0 # Take out all spaces |