On Wed, 2017-09-20 at 17:23 -0500, Jeremiah Benham wrote: > The sed portion of this script did not work. I don't know enough about > sed to fix it.
The script arrived a bit garbled because of the email re-formatting I think - the ./autogen.sh should clearly be on a separate line: On Fri, 2017-09-08 at 19:01 +0200, Johan Vromans wrote: > git clone git://git.savannah.gnu.org/denemo.git . > mv configure.ac configure.ac~ > sed "s;^\\(AC_INIT(\\[.*\\], \\[\\)\\(.*\\)\\], \\(\\[.*\\])\\);\\1\ \2-`git rev-parse --short HEAD`], \\3;" \ < > configure.ac~ > configure.ac ./autogen.sh > However, having said that I can't get the sed bit to work either - giving it a file called "temp" to work on ls -l temp -rw-r--r-- 1 rshann rshann 12770 Sep 10 12:21 temp I get this: sed "s;^\\(AC_INIT(\\[.*\\], \\[\\)\\(.*\\)\\], \\(\\[.*\\])\\);\\1\ \2-`git rev-parse --short HEAD`], \\3;" \ <temp sed: can't read : No such file or directory Johan - do you have an idea what's wrong here? Richard _______________________________________________ Denemo-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/denemo-devel
