From d9a9989973de064109f0aa3808304af3f7a5e42a Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 25 Dec 2006 23:18:57 +0000 Subject: NULLDEV reversed. git-svn-id: svn://tug.org/texlive/trunk@2918 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf/scripts/ps2eps/ps2eps.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Master') diff --git a/Master/texmf/scripts/ps2eps/ps2eps.pl b/Master/texmf/scripts/ps2eps/ps2eps.pl index fababbe8d22..af12673a2db 100644 --- a/Master/texmf/scripts/ps2eps/ps2eps.pl +++ b/Master/texmf/scripts/ps2eps/ps2eps.pl @@ -48,12 +48,12 @@ $prgname= "ps2eps"; if (! -d "/usr/bin/") { $ghostscriptname = "gswin32c"; - $NULLDEV = "/dev/null"; + $NULLDEV = "nul"; } else { $ghostscriptname = "gs"; - $NULLDEV = "nul"; + $NULLDEV = "/dev/null"; } $bboxver=`bbox >$NULLDEV 2>&1 -V`; -- cgit v1.2.3