* install.sh: Remove 'set -e'. It makes any conditionals
in the script useless.
This commit is contained in:
parent
1c24285356
commit
4ec8fed342
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user