projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c24285
)
* install.sh: Remove 'set -e'. It makes any conditionals
author
Per Bothner
<per@bothner.com>
Thu, 4 Nov 1993 19:13:47 +0000
(19:13 +0000)
committer
Per Bothner
<per@bothner.com>
Thu, 4 Nov 1993 19:13:47 +0000
(19:13 +0000)
in the script useless.
ChangeLog
patch
|
blob
|
history
install.sh
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index a8e96c5d7fd3933063241e4c5bb99ced7e492a71..cdd70f8c91b8128d920434e60a76aa9242daacf8 100644
(file)
--- 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 1c8a1bd3e5a9ac851ce5c2f7ce8a824aeda4a664..6627fd135d8cbf14760f65d5ce06239b4460c45b 100755
(executable)
--- 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.