]> git.pld-linux.org Git - packages/clisp.git/blob - clisp-shell.patch
- merge translations from Conectiva.
[packages/clisp.git] / clisp-shell.patch
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.065774 seconds and 3 git commands to generate.