bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

abbreviated 'for' broken with --enable-minimal-config


From: Ian Zimmerman
Subject: abbreviated 'for' broken with --enable-minimal-config
Date: Thu, 16 Jan 2003 09:03:47 -0800

Configuration Information [Automatically generated, do not change]:
Machine: i386
OS: linux-gnu
Compiler: gcc
Compilation CFLAGS:  -DPROGRAM='bash' -DCONF_HOSTTYPE='i386' 
-DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i386-pc-linux-gnu' 
-DCONF_VENDOR='pc' -DSHELL -DHAVE_CONFIG_H  -I.  
-I/home/packages/bash/bash-2.05b -I/home/packages/bash/bash-2.05b/include 
-I/home/packages/bash/bash-2.05b/lib  -g -O2
uname output: Linux kronstadt 2.4.20 #1 Wed Jan 15 10:48:55 PST 2003 i586 
unknown
Machine Type: i386-pc-linux-gnu

Bash Version: 2.05b
Patch Level: 0
Release Status: release

Description:
sh is compiled with --enable-minimal-config ...

kronstadt:~$ cat > stupidtest
#! /bin/sh

for arg ; do echo $arg ; done
kronstadt:~$ bash stupidtest 1 2 3 4
1
2
3
4
kronstadt:~$ sh stupidtest 1 2 3 4

kronstadt:~$





reply via email to

[Prev in Thread] Current Thread [Next in Thread]