mirror of
https://github.com/osmarks/ngircd.git
synced 2025-01-07 06:10:28 +00:00
autogen.sh: Fix parameter quoting
This commit is contained in:
parent
a1ce3fc779
commit
c56138c280
@ -109,8 +109,8 @@ Notfound()
|
|||||||
|
|
||||||
Run()
|
Run()
|
||||||
{
|
{
|
||||||
[ "$VERBOSE" = "1" ] && echo " - running \"$@\" ..."
|
[ "$VERBOSE" = "1" ] && echo " - running \"$*\" ..."
|
||||||
$@
|
"$@"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Reset locale settings to suppress warning messages of Perl
|
# Reset locale settings to suppress warning messages of Perl
|
||||||
@ -157,7 +157,7 @@ AUTOMAKE_VERSION=`echo $AUTOMAKE | cut -d'-' -f2-`
|
|||||||
&& export AUTOMAKE_VERSION || unset AUTOMAKE_VERSION
|
&& export AUTOMAKE_VERSION || unset AUTOMAKE_VERSION
|
||||||
[ "$VERBOSE" = "1" ] && echo " - AUTOMAKE_VERSION=$AUTOMAKE_VERSION"
|
[ "$VERBOSE" = "1" ] && echo " - AUTOMAKE_VERSION=$AUTOMAKE_VERSION"
|
||||||
|
|
||||||
[ $# -gt 0 ] && CONFIGURE_ARGS=" $@" || CONFIGURE_ARGS=""
|
[ $# -gt 0 ] && CONFIGURE_ARGS=" $*" || CONFIGURE_ARGS=""
|
||||||
[ -z "$GO" -a -n "$CONFIGURE_ARGS" ] && GO=1
|
[ -z "$GO" -a -n "$CONFIGURE_ARGS" ] && GO=1
|
||||||
|
|
||||||
# Verify that all tools have been found
|
# Verify that all tools have been found
|
||||||
|
Loading…
Reference in New Issue
Block a user