--- scribo/ChangeLog | 4 ++++ scribo/src/scribo-cli.in | 6 ++++-- 2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/scribo/ChangeLog b/scribo/ChangeLog index 70d963f..bd888be 100644 --- a/scribo/ChangeLog +++ b/scribo/ChangeLog @@ -1,5 +1,9 @@ 2011-12-07 Guillaume Lazzara z@lrde.epita.fr
+ * src/scribo-cli.in: Move shebang on first line. + +2011-12-07 Guillaume Lazzara z@lrde.epita.fr + * demo/viewer/runner.cc: Make detection of scribo-xml2doc more robust.
diff --git a/scribo/src/scribo-cli.in b/scribo/src/scribo-cli.in index 7cc4864..62f78be 100755 --- a/scribo/src/scribo-cli.in +++ b/scribo/src/scribo-cli.in @@ -1,3 +1,5 @@ +#!/bin/sh + # Copyright (C) 2010 EPITA Research and Development Laboratory (LRDE). # # This file is part of Olena. @@ -13,8 +15,8 @@ # # You should have received a copy of the GNU General Public License # along with Olena. If not, see http://www.gnu.org/licenses/. -# -#!/bin/sh + +
bdir="@utilexecdir@" bin=`basename $0`