]> git.pld-linux.org Git - packages/clisp.git/blame - clisp-shell.patch
- updated to 2.28
[packages/clisp.git] / clisp-shell.patch
CommitLineData
59f7b327 1--- clisp-2.27/src/makemake.in~ Mon Jun 25 16:54:46 2001
2+++ clisp-2.27/src/makemake.in Sat Dec 1 11:22:09 2001
3@@ -282,8 +282,8 @@
4 # Assume we are on Unix, and target=host (not cross-compiling).
5 CROSS=false
6 # Some shells (A/UX and OSF/1) need the parentheses around "arch" below.
7- HSYS=`((arch) 2>/dev/null || uname -m 2>/dev/null) | $tolower` # system name in lowercase
8- HSYSOS=`((uname) 2>/dev/null || arch 2>/dev/null) | $tolower` # OS name in lowercase
9+ HSYS=`( (arch) 2>/dev/null || uname -m 2>/dev/null) | $tolower` # system name in lowercase
10+ HSYSOS=`( (uname) 2>/dev/null || arch 2>/dev/null) | $tolower` # OS name in lowercase
11 if [ "$HSYS" = 386bsd -o "$HSYS" = sun386 -o "$HSYS" = "386/at" -o "$HSYS" = i86pc ] ; then
12 HSYS='i386'
13 fi
This page took 0.076008 seconds and 4 git commands to generate.