[Lunar-commits] <moonbase-core> lunar: Fix minor tab-completion issue for lunar set|unset

Stefan Wold ratler at lunar-linux.org
Sat Jul 28 11:30:39 CEST 2012


commit 743eb52044193bc0d5e29e9ae02ad2283e31b778
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Sat, 28 Jul 2012 02:30:39 -0700
URL: https://github.com/lunar-linux/moonbase-core/commit/743eb52044193bc0d5e29e9ae02ad2283e31b778

lunar: Fix minor tab-completion issue for lunar set|unset
---
  system/lunar/profile.d/lunar.rc                              +1/-1     
  1 files changed, 1 insertions (+), 1 deletions (-)

--- a/system/lunar/profile.d/lunar.rc
+++ b/system/lunar/profile.d/lunar.rc
@@ -22,7 +22,7 @@ _lunar_modules_held_list()
 
 _lunar_internal_variable_list()
 {
-  COMPREPLY=( $( compgen -W "$( sed -rn 's;\s+(.*)=.*;\1;p' /etc/lunar/local/config )" --  "$cur" ) )
+  COMPREPLY=( $( compgen -W "$( sed -rn 's;\s*(.*)=.*;\1;p' /etc/lunar/local/config )" --  "$cur" ) )
 }
 
 _lunar_exilable_module_list()




More information about the Lunar-commits mailing list