Changeset 29455 for other-projects
- Timestamp:
- 11/19/14 18:55:43 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
other-projects/nightly-tasks/diffcol/trunk/task.pl
r29449 r29455 447 447 sub getGnomeLibExt 448 448 { 449 if($isWin) return; # no gnome-lib for windows 449 if($isWin) { 450 return; # no gnome-lib for windows 451 } 450 452 my ($cmd, $status); 451 453 my $bit_arch=`uname -m`;
Note:
See TracChangeset
for help on using the changeset viewer.