Changeset 3186
- Timestamp:
- Apr 22, 2007, 10:52:36 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/essentials/dev-lang/perl/Configure
r3181 r3186 77 77 : Proper separator for the PATH environment variable 78 78 p_=: 79 79 80 : On OS/2 this directory should exist if this is not floppy only system :-] 80 81 if test -d c:/. || ( uname -a | grep -i 'os\(/\|\)2' ) 2>&1 >/dev/null ; then 81 82 if test -n "$OS2_SHELL"; then 82 83 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]'` 85 86 is_os2=yes 86 87 elif test -n "$DJGPP"; then
Note:
See TracChangeset
for help on using the changeset viewer.