- Timestamp:
- Mar 26, 2015, 3:12:16 PM (11 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20150326/psLib/etc/pslib-setsvnversion.pl
r38014 r38016 87 87 close (FILE); 88 88 89 if (! -e $ARGV[2]) { 90 if ($VERBOSE) { 91 print "prior $ARGV[2] not found, replacing with $output\n"; 92 } 93 rename $output, $ARGV[2]; 94 exit 0; 95 } 96 89 97 $difflines = `diff $ARGV[2] $output`; 90 98 if ($difflines eq "") { 91 if ($VERBOSE) { print "no change to $ARGV[2], keeping old version\n"; }99 print " setsvnversion.pl: no change to $ARGV[2], keeping old version\n"; 92 100 } else { 93 101 if ($VERBOSE) {
Note:
See TracChangeset
for help on using the changeset viewer.
