Changeset 3186


Ignore:
Timestamp:
Apr 22, 2007, 10:52:36 AM (18 years ago)
Author:
bird
Message:

What's the point of using cmd when we're in a shell script? My path is too long for cmd.exe. bah.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/essentials/dev-lang/perl/Configure

    r3181 r3186  
    7777: Proper separator for the PATH environment variable
    7878p_=:
     79
    7980: On OS/2 this directory should exist if this is not floppy only system :-]
    8081if test -d c:/. || ( uname -a | grep -i 'os\(/\|\)2' ) 2>&1 >/dev/null ; then
    8182    if test -n "$OS2_SHELL"; then
    8283                p_=\;
    83                 PATH=`cmd /c "echo %PATH%" | tr '\\\\' / `
    84                 OS2_SHELL=`cmd /c "echo %OS2_SHELL%" | tr '\\\\' / | tr '[A-Z]' '[a-z]'`
     84                PATH=`echo "$PATH" | tr '\\\\' / `
     85                OS2_SHELL=`echo $OS2_SHELL | tr '\\\\' / | tr '[A-Z]' '[a-z]'`
    8586                is_os2=yes
    8687        elif test -n "$DJGPP"; then
Note: See TracChangeset for help on using the changeset viewer.