diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2013-05-29 13:55:48 +0200 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2013-05-29 13:55:48 +0200 |
commit | 88b04360cdafe4c17832eade768224820b821aa6 (patch) | |
tree | 30a77964f3b9d4a5a3a7c52571d354c7001266f2 /t | |
parent | d817a68e133f5bf41e1b5926d64ece7bc43ca8c3 (diff) | |
download | automake-88b04360cdafe4c17832eade768224820b821aa6.tar.gz |
cosmetics: tiny whitespace fixlets
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 't')
-rw-r--r-- | t/ax/am-test-lib.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/t/ax/am-test-lib.sh b/t/ax/am-test-lib.sh index fbccd871f..351db1307 100644 --- a/t/ax/am-test-lib.sh +++ b/t/ax/am-test-lib.sh @@ -398,7 +398,6 @@ grep_configure_help () $EGREP "$2" am--our-help || exit 1 } - # using_gmake # ----------- # Return success if $MAKE is GNU make, return failure otherwise. @@ -509,7 +508,6 @@ am__useless_vpath_rebuild="" yl_distcheck () { useless_vpath_rebuild || run_make distcheck ${1+"$@"}; } - null_install () { for am__v in nulldirs destdir instdir; do |