[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#14196: Fwd: bug#14196: Problem with invoking "missing" in directory
From: |
Karl Berry |
Subject: |
bug#14196: Fwd: bug#14196: Problem with invoking "missing" in directory with "(" in name (Automake 1.11.6, Autoconf 2.68 |
Date: |
Fri, 4 Sep 2020 16:14:57 -0600 |
AM_MISSING_HAS_RUN
Whoops, sorry for not realizing that. Thanks for fixing my/our bug :).
- case $am_aux_dir in
- *\ * | *\ *)
- MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
- *)
- MISSING="\${SHELL} $am_aux_dir/missing" ;;
- esac
+ MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
I wondered about that too. But then why did the nonquoted case ever exist?
Just oversight when originally written and then patched to support
spaces? Seems weird. Can't find anything in ChangeLog about it.
Jim/Paul/anyone? Else I'll go ahead and apply. --thanks, karl.