From: Stefano Lattarini Date: Thu, 28 Jun 2012 16:38:02 +0000 (+0200) Subject: Merge branch 'maint' X-Git-Tag: v1.12b~101 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5d99776ce05b7a954ccf30d7ed666494c0db4e91;p=platform%2Fupstream%2Fautomake.git Merge branch 'maint' * maint: tests init: don't bother allowing '$me' to be overridable tests init: typofixes in comments Signed-off-by: Stefano Lattarini --- 5d99776ce05b7a954ccf30d7ed666494c0db4e91 diff --cc defs index 72dcf63,143be66..087dc67 --- a/defs +++ b/defs @@@ -48,8 -48,8 +48,8 @@@ case ${AM_TESTS_REEXEC-yes} i esac echo exec $AM_TEST_RUNNER_SHELL $opts "$argv0" "$*" exec $AM_TEST_RUNNER_SHELL $opts "$argv0" ${1+"$@"} - # This should be dead code, unless some strange error happened. + # This should be dead code, unless some strange error happened. - echo "$argv0: failed to re-execute with $AM_TEST_RUNNER_SHELL" >&2 + echo "$me: failed to re-execute with $AM_TEST_RUNNER_SHELL" >&2 exit 99 ;; esac