bug-bash
[Top][All Lists]
Advanced

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

scripts/adventure.sh is broken


From: Keir Robinson
Subject: scripts/adventure.sh is broken
Date: Sun, 28 Jan 2001 13:18:38 GMT

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-redhat-linux-gnu' 
-DCONF_VENDOR='redhat' -DSHELL -DHAVE_CONFIG_H  -D_GNU_SOURCE 
-D_FILE_OFFSET_BITS=64  -I.  -I. -I./include -I./lib -I/usr/include -O2 
-march=i386 -mcpu=i686
uname output: Linux erzulie.demon.co.uk 2.2.16-22 #1 Tue Aug 22 16:49:06 EDT 
2000 i686 unknown
Machine Type: i386-redhat-linux-gnu

Bash Version: 2.04
Patch Level: 11
Release Status: release

Description:
        The example script adventure.sh exits with a trivial error.

Repeat-By:
        change to the directory with adventure.sh 
        do ./adventure.sh

Fix:
   change line 102 from:
                echo "ash: cannot mkdir $LIM: exiting
   to
                echo "ash: cannot mkdir $LIN: exiting"

   ie add the closing quote.

   Alternative fix would be to remove the script.



reply via email to

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