summaryrefslogtreecommitdiffstats
path: root/src/ui.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.sh')
-rw-r--r--src/ui.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.sh b/src/ui.sh
index f3243c5..c127034 100644
--- a/src/ui.sh
+++ b/src/ui.sh
@@ -29,7 +29,7 @@ init_ui()
;;
esac
- for fn in exit_ui show_menu show_prompt; do
+ for fn in exit_ui message show_menu show_prompt; do
eval "${fn}() { ${ui}_${fn} \"\${@}\"; }"
done
for fn in dbg info warn err; do