Subversion Repositories camp_sysinfo_client_3

Rev

Rev 37 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 37 Rev 48
Line 30... Line 30...
30
   $command = `which $command 2> /dev/null`;
30
   $command = `which $command 2> /dev/null`;
31
   chomp $command;
31
   chomp $command;
32
   return -x $command ? $command : '';
32
   return -x $command ? $command : '';
33
}
33
}
34
 
34
 
-
 
35
sub getOperatingSystem {
-
 
36
   return &cleanUp('', qx(uname -s));
-
 
37
}   
-
 
38
 
35
1;
39
1;