summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2005-08-11 16:40:53 +0000
committerTom Tromey <tromey@redhat.com>2005-08-11 16:40:53 +0000
commite636b4eefbcedc5ae1f1a2c6796317989c46dcb0 (patch)
treeb4bad6d3b63b3c6021c254963937bbb519edd7ae /lib
parentab809bf1329869bb7315227bba6b62dac9da41c8 (diff)
downloadclasspath-e636b4eefbcedc5ae1f1a2c6796317989c46dcb0.tar.gz
For PR classpath/23238:
* lib/gen-classlist.sh.in: Use @SHELL@; invoke split-for-gcj.sh with it. * configure.ac (SH): Removed subst.
Diffstat (limited to 'lib')
-rwxr-xr-xlib/gen-classlist.sh.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gen-classlist.sh.in b/lib/gen-classlist.sh.in
index d6dff9963..456696589 100755
--- a/lib/gen-classlist.sh.in
+++ b/lib/gen-classlist.sh.in
@@ -1,4 +1,4 @@
-#! @SH@
+#! @SHELL@
# @configure_input@
# Make sure sorting is done the same on all configurations
@@ -87,7 +87,7 @@ if test "$new" = "true"; then
done
if test -n "$GCJ"; then
- ${top_srcdir}/lib/split-for-gcj.sh
+ @SHELL@ ${top_srcdir}/lib/split-for-gcj.sh
fi
fi