aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorBalint Reczey <balint.reczey@ericsson.com>2011-11-22 13:53:06 +0000
committerBalint Reczey <balint.reczey@ericsson.com>2011-11-22 13:53:06 +0000
commitf0642db264c54dd7040f7cba8f417995adbdf89f (patch)
treed43c558b96ff5e29fedeba3f1a7ce2ee5b1e60d2 /tools
parent939feef06f2b2abeb4059389dff8469d22a2cb06 (diff)
hardcode /bin/sh to idl2wrs
svn path=/trunk/; revision=39984
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.am3
-rwxr-xr-x[-rw-r--r--]tools/idl2wrs (renamed from tools/idl2wrs.sh.in)2
2 files changed, 2 insertions, 3 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index c4d22d27fc..de47926776 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -98,8 +98,7 @@ EXTRA_DIST = \
ftsanity.py \
fuzz-test.sh \
html2text.py \
- idl2wrs.sh \
- idl2wrs.sh.in \
+ idl2wrs \
indexcap.py \
lex.py \
list_protos_in_cap.sh \
diff --git a/tools/idl2wrs.sh.in b/tools/idl2wrs
index ec3a4cfa4c..478965c4d5 100644..100755
--- a/tools/idl2wrs.sh.in
+++ b/tools/idl2wrs
@@ -1,4 +1,4 @@
-#! @SHELL@
+#!/bin/sh
#
# $Id$
#