equal
deleted
inserted
replaced
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(); |