case fix
This commit is contained in:
parent
68d0fd9654
commit
85555e82c3
2
larbs.sh
2
larbs.sh
@ -35,7 +35,7 @@ selectdotfiles() { \
|
|||||||
|
|
||||||
selectdefault() { \
|
selectdefault() { \
|
||||||
edition="$(dialog --nocancel --title "Which should be default?" --menu "Excellent! Which version do you want to start off as the default? This can be changed at any time afterwards." 11 50 2 dwm "dwm" i3 "i3" 3>&1 1>&2 2>&3 3>&1)"
|
edition="$(dialog --nocancel --title "Which should be default?" --menu "Excellent! Which version do you want to start off as the default? This can be changed at any time afterwards." 11 50 2 dwm "dwm" i3 "i3" 3>&1 1>&2 2>&3 3>&1)"
|
||||||
case
|
case "$edition" in
|
||||||
dwm) edition="dwm" ;;
|
dwm) edition="dwm" ;;
|
||||||
i3) edition="i3" ;;
|
i3) edition="i3" ;;
|
||||||
esac ;}
|
esac ;}
|
||||||
|
Loading…
Reference in New Issue
Block a user