]> git.pld-linux.org Git - packages/clisp.git/blob - clisp-shell.patch
Release 4 (by relup.sh)
[packages/clisp.git] / clisp-shell.patch
1 diff -Nru clisp-2.31.orig/src/makemake.in clisp-2.31/src/makemake.in
2 --- clisp-2.31.orig/src/makemake.in     2003-11-10 17:18:23.000000000 +0100
3 +++ clisp-2.31/src/makemake.in  2003-11-10 17:21:18.000000000 +0100
4 @@ -306,8 +306,8 @@
5       CROSS=false
6       if [ -z "$HSYS" ]; then # not win32gcc
7         # some shells (A/UX and OSF/1) need the parentheses around "arch" below.
8 -       HSYS=`((arch) 2>/dev/null || uname -m 2>/dev/null) | $tolower` # system name in lowercase
9 -       HSYSOS=`((uname) 2>/dev/null || arch 2>/dev/null) | $tolower` # OS name in lowercase
10 +       HSYS=`( (arch) 2>/dev/null || uname -m 2>/dev/null) | $tolower` # system name in lowercase
11 +       HSYSOS=`( (uname) 2>/dev/null || arch 2>/dev/null) | $tolower` # OS name in lowercase
12         if [ "$HSYS" = 386bsd -o "$HSYS" = sun386 -o "$HSYS" = "386/at" -o "$HSYS" = i86pc ] ; then
13           HSYS='i386'
14         fi
This page took 0.026054 seconds and 3 git commands to generate.