aboutsummaryrefslogtreecommitdiff
path: root/samples/fselect0
diff options
context:
space:
mode:
Diffstat (limited to 'samples/fselect0')
-rwxr-xr-xsamples/fselect06
1 files changed, 3 insertions, 3 deletions
diff --git a/samples/fselect0 b/samples/fselect0
index 3bd5b6d962a8..49249b43a071 100755
--- a/samples/fselect0
+++ b/samples/fselect0
@@ -1,11 +1,11 @@
#!/bin/sh
-# $Id: fselect0,v 1.1 2011/10/14 08:32:48 tom Exp $
+# $Id: fselect0,v 1.3 2020/11/26 00:09:12 tom Exp $
. ./setup-vars
exec 3>&1
-RESULT=`$DIALOG --title "Please choose a file" "$@" --fselect '' 14 48 2>&1 1>&3`
-retval=$?
+returntext=`$DIALOG --title "Please choose a file" "$@" --fselect '' 14 48 2>&1 1>&3`
+returncode=$?
exec 3>&-
. ./report-string