From: Sjoerd Mullender Date: Mon, 11 Oct 1993 12:39:15 +0000 (+0000) Subject: Not everyone has Guido's bin in his/her PATH... X-Git-Tag: v1.0.1~206 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=35fe6ec4cf6e192829a5bd28c080761157258e3e;p=thirdparty%2FPython%2Fcpython.git Not everyone has Guido's bin in his/her PATH... --- diff --git a/Lib/irix5/torgb.py b/Lib/irix5/torgb.py index 2e340d175197..61297d0c7b07 100755 --- a/Lib/irix5/torgb.py +++ b/Lib/irix5/torgb.py @@ -18,7 +18,7 @@ t.append('fromppm $IN $OUT', 'ff') table['ppm'] = t t = pipes.Template().init() -t.append('pnmtoppm', '--') +t.append('(PATH=$PATH:/ufs/guido/bin/sgi; exec pnmtoppm)', '--') t.append('fromppm $IN $OUT', 'ff') table['pnm'] = t table['pgm'] = t @@ -36,13 +36,13 @@ table['tiff'] = t t = pipes.Template().init() t.append('rasttopnm', '--') -t.append('pnmtoppm', '--') +t.append('(PATH=$PATH:/ufs/guido/bin/sgi; exec pnmtoppm)', '--') t.append('fromppm $IN $OUT', 'ff') table['rast'] = t t = pipes.Template().init() t.append('djpeg', '--') -t.append('pnmtoppm', '--') +t.append('(PATH=$PATH:/ufs/guido/bin/sgi; exec pnmtoppm)', '--') t.append('fromppm $IN $OUT', 'ff') table['jpeg'] = t diff --git a/Lib/plat-irix5/torgb.py b/Lib/plat-irix5/torgb.py index 2e340d175197..61297d0c7b07 100755 --- a/Lib/plat-irix5/torgb.py +++ b/Lib/plat-irix5/torgb.py @@ -18,7 +18,7 @@ t.append('fromppm $IN $OUT', 'ff') table['ppm'] = t t = pipes.Template().init() -t.append('pnmtoppm', '--') +t.append('(PATH=$PATH:/ufs/guido/bin/sgi; exec pnmtoppm)', '--') t.append('fromppm $IN $OUT', 'ff') table['pnm'] = t table['pgm'] = t @@ -36,13 +36,13 @@ table['tiff'] = t t = pipes.Template().init() t.append('rasttopnm', '--') -t.append('pnmtoppm', '--') +t.append('(PATH=$PATH:/ufs/guido/bin/sgi; exec pnmtoppm)', '--') t.append('fromppm $IN $OUT', 'ff') table['rast'] = t t = pipes.Template().init() t.append('djpeg', '--') -t.append('pnmtoppm', '--') +t.append('(PATH=$PATH:/ufs/guido/bin/sgi; exec pnmtoppm)', '--') t.append('fromppm $IN $OUT', 'ff') table['jpeg'] = t