]> granicus.if.org Git - ejabberd/commitdiff
* doc/Makefile: Remove bashism (now really committed)
authorBadlop <badlop@process-one.net>
Thu, 6 Dec 2007 15:31:17 +0000 (15:31 +0000)
committerBadlop <badlop@process-one.net>
Thu, 6 Dec 2007 15:31:17 +0000 (15:31 +0000)
SVN Revision: 1035

doc/Makefile

index e0d13bb4493fe9de498e7e6a0cb769dfd9869406..2bda03c6fe31284edd6045729cc83e1fbeb7a1ab 100644 (file)
@@ -7,7 +7,8 @@ release:
        @echo "* Do not forget to add a link to the release notes in guide.tex"
        @echo "* Do not forget to update the version number in src/ejabberd.hrl!"
        @echo "* Do not forget to update the features in introduction.tex (including \new{} and \improved{} tags)."
-       @read -p "press any key to continue"
+       @echo "Press any key to continue"
+       @read foo
        @echo "% ejabberd version (automatically generated)." > version.tex
        @echo "\\\newcommand{\\\version}{"`cat ../src/ejabberd.hrl | grep VERSION | sed s/-define\(VERSION,\ \"//g | sed s/\"\).//g`"}" >> version.tex