[Lunar-commits] <moonbase> bash_static: small tweaks.

Florin Braescu florin at lunar-linux.org
Fri Jan 1 10:14:31 CET 2010


commit d82c12153e7f00791ef4f18edeace8e597d30abc
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Fri Jan 1 11:14:31 2010 +0200

    bash_static: small tweaks.
---
 shells/bash_static/BUILD |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/shells/bash_static/BUILD b/shells/bash_static/BUILD
index 5ce4d86..f350c0c 100644
--- a/shells/bash_static/BUILD
+++ b/shells/bash_static/BUILD
@@ -4,11 +4,11 @@
 
     patch_it $SOURCE2 0 &&
 
-    OPTS+=" --bindir=/bin                \
-            --without-bash-malloc        \
-            --without-installed-readline \
-            --with-curses                \
-            --enable-static-link         \
+    OPTS+=" --bindir=/bin                 \
+            --without-bash-malloc         \
+            --without-installed-readline  \
+            --with-curses                 \
+            --enable-static-link          \
             --disable-profiling"         &&
 
     default_config   &&


More information about the Lunar-commits mailing list