]> git.proxmox.com Git - mirror_lxc.git/commitdiff
Whitespace fix
authorStéphane Graber <stgraber@ubuntu.com>
Sat, 8 Feb 2014 00:36:50 +0000 (19:36 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Sat, 8 Feb 2014 00:36:50 +0000 (19:36 -0500)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
autogen.sh

index b75579af2d3d40ccbc5b7a82cbea5195acaa910d..ca71ac5aed9d4b0c85dedaa5dbc655ec21efb14e 100755 (executable)
@@ -24,7 +24,7 @@
 set -x
 
 test -d autom4te.cache && rm -rf autom4te.cache
- aclocal -I config || exit 1
+aclocal -I config || exit 1
 autoheader || exit 1
 autoconf || exit 1
 automake --add-missing --copy || exit 1