From d647e7a0db4e55d77d4fd02292f11d1283a345f9 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Tue, 12 Oct 2004 07:41:19 +0000 Subject: [PATCH] * wrap/python/tests/run.in: Typo. From Akim Demaille. --- ChangeLog | 4 ++++ wrap/python/tests/run.in | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b8927da3f..4b727d4b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-10-12 Alexandre Duret-Lutz + + * wrap/python/tests/run.in: Typo. From Akim Demaille. + 2004-10-11 Alexandre Duret-Lutz * configure.ac: Empty CFLAGS and CXXFLAGS. diff --git a/wrap/python/tests/run.in b/wrap/python/tests/run.in index 8ea485931..15a19ea34 100644 --- a/wrap/python/tests/run.in +++ b/wrap/python/tests/run.in @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 2003 Laboratoire d'Informatique de Paris 6 (LIP6), +# Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 (LIP6), # département Systèmes Répartis Coopératifs (SRC), Université Pierre # et Marie Curie. # @@ -33,6 +33,6 @@ case $1 in *.test) sh -x "$@";; *) - echo "Unknown extension" 2>&1 + echo "Unknown extension" >&2 exit 2;; esac