whoopsie forgot `tmp` is a root folder also

dialog
Matt C 3 years ago
parent a843c26c3c
commit e0457fa639

@ -28,9 +28,9 @@ dump() {
msgdat="" msgdat=""
msgbox(){ msgbox(){
dialog --title Citrine --inputbox "$@" 10 80 2>tmp dialog --title Citrine --inputbox "$@" 10 80 2>tmp.citrine
msgdat=$(cat tmp) msgdat=$(cat tmp.citrine)
rm tmp rm tmp.citrine
} }
# -------------------------- # --------------------------

@ -28,9 +28,9 @@ dump() {
msgdat="" msgdat=""
msgbox(){ msgbox(){
dialog --title Citrine --inputbox "$@" 10 80 2>tmp dialog --title Citrine --inputbox "$@" 10 80 2>tmp.citrine
msgdat=$(cat tmp) msgdat=$(cat tmp.citrine)
rm tmp rm tmp.citrine
} }
# -------------------------- # --------------------------

Loading…
Cancel
Save