diff --git a/ChangeLog b/ChangeLog index 0a3e528..396bc2c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,7 +4,11 @@ Changes in version 1.14.3 + bugfix * autospec - Davide Madrisan: Fix parsing of multi-string arguments. - + ++ update + * autospec - Davide Madrisan: + Add some update debug messages. + ------------------------------------------------------------------------------- Changes in version 1.14.2 diff --git a/autospec.in b/autospec.in index 3cbbd27..6fc06e2 100644 --- a/autospec.in +++ b/autospec.in @@ -193,6 +193,10 @@ echo >> $tmpargfile notify.debug "\ running: \`$plugin_to_run --autospec-args-file=$tmpargfile'" + +notify.debug "[$tmpargfile]" +notify.debug "$(cat $tmpargfile)" + $plugin_to_run --autospec-args-file=$tmpargfile exit $?