live-systems.org/gitweb
/
live-debconfig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb54879
)
Also account for no script selection in multiselect dialog.
author
Daniel Baumann
<daniel@debian.org>
Fri, 18 Jan 2013 14:08:45 +0000
(15:08 +0100)
committer
Daniel Baumann
<daniel@debian.org>
Fri, 18 Jan 2013 14:08:45 +0000
(15:08 +0100)
scripts/debconfig/multiselect
patch
|
blob
|
blame
|
history
diff --git
a/scripts/debconfig/multiselect
b/scripts/debconfig/multiselect
index
70d082b
..
a26c782
100755
(executable)
--- a/
scripts/debconfig/multiselect
+++ b/
scripts/debconfig/multiselect
@@
-30,6
+30,9
@@
then
db_set live-debconfig/scripts
;;
+ "")
+ ;;
+
*)
db_set live-debconfig/scripts $(echo ${_CMDLINE} | sed -e 's| |, |g')
;;