Skip to content

Commit bbdf7fc

Browse files
committed
[configure.ac] ">>" without preceding command does not work in traditional Bourne shell.
1 parent ccd8b9a commit bbdf7fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9925,7 +9925,7 @@ AX_AM_JOBSERVER([yes])
99259925
99269926
# See Automake 9.4.1 Built Sources Example
99279927
AC_DEFUN([AX_OUT_OF_TREE_FILE],[
9928-
AC_CONFIG_COMMANDS([$1], [test ! -f $srcdir/$1 && >> $srcdir/$1])
9928+
AC_CONFIG_COMMANDS([$1], [test ! -f $srcdir/$1 && echo -n >> $srcdir/$1])
99299929
])
99309930
99319931
AX_OUT_OF_TREE_FILE([wolfssl/wolfcrypt/async.h])

0 commit comments

Comments
 (0)