Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [RFA] contrib/ari: Avoid permission issue for script
@ 2012-11-01 21:56 Pierre Muller
  0 siblings, 0 replies; 9+ messages in thread
From: Pierre Muller @ 2012-11-01 21:56 UTC (permalink / raw)
  To: gdb-patches

Generating a web page from the newly committed
Files in src/gdb/contrib/ari
directory is almost possible without change.

But I still have the problem of the permissions
of the script files...
And I still don't know if (and if yes, how)
I can set file permissions in the CVS repository...

I can lift the problem for the main script,
by calling it using: 
sh ../../src/gdb/contrib/ari/ create-web-ari-in-src.sh,
but this script calls update-web-ari.sh script
without using '. script'...

Is this OK?

  Other question:
Should I add myself as contrib/ari maintainer?



2012-11-01  Pierre Muller  <muller@ics.u-strasbg.fr>

      * contrib/ari/create-web-ari-in-src.sh: Avoid problem if script
	is not executable.

Index: create-web-ari-in-src.sh
===================================================================
RCS file: /cvs/src/src/gdb/contrib/ari/create-web-ari-in-src.sh,v
retrieving revision 1.1
diff -u -r1.1 create-web-ari-in-src.sh
--- create-web-ari-in-src.sh    1 Nov 2012 21:22:27 -0000       1.1
+++ create-web-ari-in-src.sh    1 Nov 2012 21:48:21 -0000
@@ -67,7 +67,7 @@
 fi

 # Launch update-web-ari.sh in same directory as current script.
-${scriptpath}/update-web-ari.sh ${srcdir} ${tempdir} ${webdir} gdb
+. ${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\""



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2012-11-06  8:26 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <11045.9555559375$1351807023@news.gmane.org>
2012-11-02 17:27 ` [RFA] contrib/ari: Avoid permission issue for script Tom Tromey
2012-11-02 17:31   ` Pedro Alves
2012-11-02 18:25     ` Pierre Muller
2012-11-02 18:33       ` Pedro Alves
2012-11-02 18:44         ` Andreas Schwab
2012-11-05 11:06   ` [RFA-v2] " Pierre Muller
     [not found]   ` <11663.278603419$1352113627@news.gmane.org>
2012-11-05 19:39     ` Tom Tromey
2012-11-06  8:26       ` Pierre Muller
2012-11-01 21:56 [RFA] " Pierre Muller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox