mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
* contrib/ari/create-web-ari-in-src.sh: Avoid problem if script
is not executable.
This commit is contained in:
parent
8c746b9642
commit
01f2564af3
@ -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.
|
||||
|
@ -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\""
|
||||
|
Loading…
Reference in New Issue
Block a user