Ticket #52358: patch-fixpaths.diff
File patch-fixpaths.diff, 445 bytes (added by aque (Allan Que), 8 years ago) |
---|
-
fixpaths
7 7 8 8 $ext="out"; 9 9 10 if (! defined(@ARGV)) { die ("$usage"); }10 if (!@ARGV) { die ("$usage"); } 11 11 12 12 # read in the command line and get some definitions 13 13 while ($_=$ARGV[0], /^-/) { … … 26 26 } 27 27 } # while parsing arguments 28 28 29 if (! defined(%def)) {29 if (!%def) { 30 30 die ("$0: nothing to do - no substitutions listed!\n"); 31 31 } 32 32