X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=bootstrap.sh;h=1d114b28e53794c16ecfcfc8d8d9f3bc248ad9e4;hb=refs%2Ftags%2F1.0.13;hp=c46f1eaf524ad0c517f19e7109c8290a9b2a3551;hpb=99da3be819c5e34934789eed92b15d89f7cf0f65;p=awesomized%2Flibmemcached diff --git a/bootstrap.sh b/bootstrap.sh index c46f1eaf..1d114b28 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -604,7 +604,7 @@ make_gdb () # $1 target to compile # $2 to die, or not to die, based on contents -make_target () +function make_target () { if [[ -z "$1" ]]; then die "Programmer error, no target provided for make" @@ -687,13 +687,13 @@ run_autoreconf () eval 'bash -n configure' || die "autoreconf generated a malformed configure" } -run () +function run () { if $VERBOSE; then echo "\`$@' $ARGS" fi - ($@ $ARGS) + $@ $ARGS } parse_command_line_options ()