Skip to content

Commit

Permalink
build-sys: change shell command [] to test, because [] was recognized…
Browse files Browse the repository at this point in the history
… as quote delimiters by autoconf/m4

Signed-off-by: leleliu008 <leleliu008@gmail.com>
  • Loading branch information
leleliu008 committed Jul 16, 2023
1 parent e5045f4 commit a571edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ if test "$cross_compiling" = "yes"; then

BUILD_OBJEXT='o'

if [ -f "$TEMP_DIR_FOR_CHECKING/test.exe" ] ; then
if test -f "$TEMP_DIR_FOR_CHECKING/test.exe" ; then
BUILD_EXEEXT='.exe'
fi
else
Expand Down

0 comments on commit a571edc

Please sign in to comment.