Replace Bash-specific [[]] with POSIX sh [] in autogen.sh
This commit is contained in:
@ -7,7 +7,7 @@ test -f mu/mu.cc || {
|
||||
}
|
||||
|
||||
command -V autoreconf > /dev/null
|
||||
if [[ $? != 0 ]]; then
|
||||
if [ $? != 0 ]; then
|
||||
echo "*** No autoreconf found, please install it ***"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user