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

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


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

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

diff --git a/shells/bash/BUILD b/shells/bash/BUILD
index 432defb..d14f909 100644
--- a/shells/bash/BUILD
+++ b/shells/bash/BUILD
@@ -3,11 +3,11 @@
 
   patch_it $SOURCE2 0 &&
 
-  OPTS+=" --bindir=/bin                \
-          --enable-readline            \
-          --without-installed-readline \
-          --with-curses                \
-          --without-bash-malloc        \
+  OPTS+=" --bindir=/bin                 \
+          --enable-readline             \
+          --without-installed-readline  \
+          --with-curses                 \
+          --without-bash-malloc         \
           --disable-profiling"         &&
 
   default_build  &&


More information about the Lunar-commits mailing list