diff options
author | Per Bothner <per@bothner.com> | 1993-11-04 19:13:47 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1993-11-04 19:13:47 +0000 |
commit | 4ec8fed3428dc27a247ab51e994ea5869b069c0e (patch) | |
tree | 8ad48bf5efa6720f4d162ecd31337eda1b864cd9 | |
parent | 1c242853562303d4a291ec1b3ad00173f0744fc5 (diff) | |
download | gdb-4ec8fed3428dc27a247ab51e994ea5869b069c0e.zip gdb-4ec8fed3428dc27a247ab51e994ea5869b069c0e.tar.gz gdb-4ec8fed3428dc27a247ab51e994ea5869b069c0e.tar.bz2 |
* install.sh: Remove 'set -e'. It makes any conditionals
in the script useless.
-rw-r--r-- | ChangeLog | 3 | ||||
-rwxr-xr-x | install.sh | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,8 @@ Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com) + * install.sh: Remove 'set -e'. It makes any conditionals + in the script useless. + * config.guess: Automatically recognize arm-acorn-riscix Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk). @@ -1,6 +1,4 @@ #!/bin/sh -set -e - # # install - install a program, script, or datafile # This comes from X11R5; it is not part of GNU. |