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/textbox | |
| parent | 4dccdce4191d6e2bc3ba9f782b0fe1aa46b743e3 (diff) | |
Diffstat (limited to 'samples/textbox')
| -rwxr-xr-x | samples/textbox | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/samples/textbox b/samples/textbox index d3c7698c85ee..136fb7f51ebf 100755 --- a/samples/textbox +++ b/samples/textbox @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: textbox,v 1.12 2010/01/13 10:36:35 tom Exp $ +# $Id: textbox,v 1.14 2020/11/26 00:05:11 tom Exp $ . ./setup-vars @@ -35,10 +35,10 @@ EOF TEXT=/usr/share/common-licenses/GPL test -f $TEXT || TEXT=../COPYING -cat $TEXT | expand >> $tempfile +expand < $TEXT >> $tempfile $DIALOG --clear --title "TEXT BOX" "$@" --textbox "$tempfile" 22 77 -retval=$? +returncode=$? . ./report-button |
