Searched refs:cmd_path (Results 1 – 2 of 2) sorted by relevance
76 … my $cmd_path = $ENV{ComSpec} || `where cmd`; # where doesn't seem to work on all windows versions77 $_ =~ s/[\\\/][^\\\/]+$// for $perl_path, $cmd_path; # strip executable names81 my $path_with_cwd = join $Config{path_sep}, @path_fallbacks, $cmd_path, $perl_path, cwd();
38 def check_cmd(cmd_name, cmd_dir, cmd_path=None): argument43 if cmd_path:45 cmd_path = os.path.abspath(cmd_path)46 cmd = find_executable(cmd_path)49 sys.exit("ERROR: executable `%s` not found" % (cmd_path))