From: Per Bothner Date: Thu, 4 Nov 1993 19:13:47 +0000 (+0000) Subject: * install.sh: Remove 'set -e'. It makes any conditionals X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=4ec8fed3428dc27a247ab51e994ea5869b069c0e;hp=1c242853562303d4a291ec1b3ad00173f0744fc5;p=deliverable%2Fbinutils-gdb.git * install.sh: Remove 'set -e'. It makes any conditionals in the script useless. --- diff --git a/ChangeLog b/ChangeLog index a8e96c5d7f..cdd70f8c91 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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). diff --git a/install.sh b/install.sh index 1c8a1bd3e5..6627fd135d 100755 --- a/install.sh +++ b/install.sh @@ -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.