diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-02-26 09:05:35 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-02-26 09:05:35 +0000 |
| commit | 01b7bcd408fd9e9dc9088b1df5761fcc0971d7e1 (patch) | |
| tree | 593f2e62b1846058a020ffcecb0ef93eb7ac2153 /samples/fselect0 | |
| parent | 4dccdce4191d6e2bc3ba9f782b0fe1aa46b743e3 (diff) | |
Diffstat (limited to 'samples/fselect0')
| -rwxr-xr-x | samples/fselect0 | 6 |
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 |
