aboutsummaryrefslogtreecommitdiff
path: root/samples/msgbox-utf8
diff options
context:
space:
mode:
Diffstat (limited to 'samples/msgbox-utf8')
-rwxr-xr-xsamples/msgbox-utf84
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/msgbox-utf8 b/samples/msgbox-utf8
index e7331502ad9b..df3af7f7b1bd 100755
--- a/samples/msgbox-utf8
+++ b/samples/msgbox-utf8
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: msgbox-utf8,v 1.1 2011/01/18 00:25:30 tom Exp $
+# $Id: msgbox-utf8,v 1.2 2020/11/26 00:03:58 tom Exp $
# from Debian #570634
. ./setup-vars
@@ -9,6 +9,6 @@
${DIALOG-dialog} "$@" \
--title "ทดสอบวรรณยุกต์" \
--msgbox "วรรณยุกต์อยู่ท้ายบรรทัดได้หรือไม่" 8 23
-retval=$?
+returncode=$?
. ./report-button