[Lunar-commits] <lunar-tools> lservices: $BOOTSTRAP is not yet	available in our current core tools
    Stefan Wold 
    ratler at lunar-linux.org
       
    Sat Aug  4 16:34:26 CEST 2012
    
    
  
commit d7102896049f7f08a7bebf0d09799c835b220f2f
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Sat, 04 Aug 2012 07:34:26 -0700
URL: https://github.com/lunar-linux/lunar-tools/commit/d7102896049f7f08a7bebf0d09799c835b220f2f
lservices: $BOOTSTRAP is not yet available in our current core tools
---
  lservices/lservices                                          +1/-3     
  1 files changed, 1 insertions (+), 3 deletions (-)
--- a/lservices/lservices
+++ b/lservices/lservices
@@ -213,10 +213,8 @@ main_menu() {
  done
 }
 
-
-
 . /etc/lunar/config
-. $BOOTSTRAP
+[ -n $BOOTSTRAP ] && . $BOOTSTRAP
 
 export IFS="$TAB_ENTER_IFS"
 export LC_ALL=C
    
    
More information about the Lunar-commits
mailing list