From: cjwatson <> Date: Sat, 20 Mar 2004 23:13:52 +0000 (-0800) Subject: [project @ 2004-03-20 15:13:52 by cjwatson] X-Git-Tag: release/2.6.0~757 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ef5be9db1125854d65573cf7cae2f93cd63d6eb0;p=debbugs.git [project @ 2004-03-20 15:13:52 by cjwatson] Clean up a few bits of quoting; correct Stop: documentation. --- diff --git a/scripts/processall.in b/scripts/processall.in index e62a5ed4..1f4069a6 100755 --- a/scripts/processall.in +++ b/scripts/processall.in @@ -1,12 +1,12 @@ #!/usr/bin/perl -# $Id: processall.in,v 1.9 2002/11/17 22:45:16 cjwatson Exp $ +# $Id: processall.in,v 1.10 2004/03/20 15:13:52 cjwatson Exp $ # # Usage: processall # # Uses up: incoming/I.nn # Temps: incoming/[GP].nn # Creates: incoming/E.nn -# Stop; process/stop +# Stop: stop $config_path = '/etc/debbugs'; $lib_path = '/usr/lib/debbugs'; @@ -17,8 +17,8 @@ $ENV{'PATH'} = $lib_path.':'.$ENV{'PATH'}; use File::Path; -chdir( "$gSpoolDir" ) || die 'chdir spool: $!\n'; -push( @INC, "$lib_path" ); +chdir( $gSpoolDir ) || die "chdir spool: $!\n"; +push( @INC, $lib_path ); #open(DEBUG,">&4");