core/group/genver.pl
changeset 109 d76280f9c0c2
parent 106 e7feb3e56cd0
equal deleted inserted replaced
108:2c2fba140295 109:d76280f9c0c2
     9 # Initial Contributors:
     9 # Initial Contributors:
    10 # Accenture - Initial contribution
    10 # Accenture - Initial contribution
    11 #
    11 #
    12 use strict;
    12 use strict;
    13 use lib "../../tools";
    13 use lib "../../tools";
    14 use lib "../../../../sf/os/fshell/fshell/tools";
    14 use lib "/sf/os/fshell/tools";
    15 use fshu;
    15 use fshu;
    16 
    16 
    17 my $platform = shift @ARGV;
    17 my $platform = shift @ARGV;
    18 
    18 
    19 my $version = fshu::Version();
    19 my $version = fshu::Version();