Ignore:
Timestamp:
2014-11-19T18:55:43+13:00 (9 years ago)
Author:
ak19
Message:

Fix to previous commit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/nightly-tasks/diffcol/trunk/task.pl

    r29449 r29455  
    447447sub getGnomeLibExt
    448448{
    449     if($isWin) return; # no gnome-lib for windows
     449    if($isWin) {
     450        return; # no gnome-lib for windows
     451    }   
    450452    my ($cmd, $status);
    451453    my $bit_arch=`uname -m`;
Note: See TracChangeset for help on using the changeset viewer.