* contrib/ari/create-web-ari-in-src.sh: Avoid problem if script
authorPierre Muller <muller@sourceware.org>
Tue, 6 Nov 2012 08:24:44 +0000 (08:24 +0000)
committerPierre Muller <muller@sourceware.org>
Tue, 6 Nov 2012 08:24:44 +0000 (08:24 +0000)
is not executable.

gdb/ChangeLog
gdb/contrib/ari/create-web-ari-in-src.sh

index 101e97a..2192b17 100644 (file)
@@ -1,3 +1,8 @@
+2012-11-06  Pierre Muller  <muller@sourceware.org>
+
+       * contrib/ari/create-web-ari-in-src.sh: Avoid problem if script
+       is not executable.
+
 2012-11-05  Joel Brobecker  <brobecker@adacore.com>
 
        * gnulib/update-gnulib.sh: New script.
index fe9155b..8a26033 100644 (file)
@@ -67,7 +67,7 @@ if [ -z "${webdir}" ] ; then
 fi
 
 # Launch update-web-ari.sh in same directory as current script.
-${scriptpath}/update-web-ari.sh ${srcdir} ${tempdir} ${webdir} gdb
+${SHELL} ${scriptpath}/update-web-ari.sh ${srcdir} ${tempdir} ${webdir} gdb
 
 if [ -f "${webdir}/index.html" ] ; then
   echo "ARI output can be viewed in file \"${webdir}/index.html\""