aboutsummaryrefslogtreecommitdiffstats
path: root/install-sh
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2001-12-17 15:42:44 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2001-12-17 15:42:44 +0000
commit9dc76436ef29f3bfb0fb7cd3d7bac4e9e4519369 (patch)
tree3a3822e7ccade1646198e2965bb3b0ae7c888ef1 /install-sh
parent[w3m-dev 02667] (diff)
downloadw3m-9dc76436ef29f3bfb0fb7cd3d7bac4e9e4519369.tar.gz
w3m-9dc76436ef29f3bfb0fb7cd3d7bac4e9e4519369.zip
[w3m-dev 02668] install-sh: -e option of sh(1)
From: Rin Okuyama <okuyama@cna.ne.jp>
Diffstat (limited to '')
-rwxr-xr-xinstall-sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/install-sh b/install-sh
index a2a1052..30d4f7c 100755
--- a/install-sh
+++ b/install-sh
@@ -1,5 +1,7 @@
#! /bin/sh
-# $Id: install-sh,v 1.2 2001/12/15 17:25:45 ukai Exp $
+# $Id: install-sh,v 1.3 2001/12/17 15:42:44 ukai Exp $
+
+set -e
while :
do