On Wed, Jul 05, 2000 at 03:05:13PM +0200, Lars J. Aas wrote:
: +define([AC_SHELL_DIRNAME],
: +[echo "$1" | sed 's%/[[^/][^/]]*$%%'])
[...]    ^  ^
: +  ac_dir=`AC_SHELL_DIRNAME("$ac_file")`
[...]                         ^        ^
: +    ac_dir=`AC_SHELL_DIRNAME("$ac_file")`
[...]                           ^        ^
: +  ac_dest_dir=`AC_SHELL_DIRNAME("$ac_dest")`
                                   ^        ^

There's obviously one set of ""s too much here.  Should the redundant pair
be removed in the macro definition or the macro invocations?

  Lars J

Reply via email to