diff options
author | Karl Berry <karl@freefriends.org> | 2011-08-26 18:02:11 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-08-26 18:02:11 +0000 |
commit | 94d8eec871be0ca8f1b658e064b3786333b288ef (patch) | |
tree | 3ff9129ebe68e22df5eea8e366db439db5ecd4a2 /Build/source/utils/dialog/dialog-1.1-20110707/samples/pause-both | |
parent | 4301ee320e58fbb4194ba20b63f75085557d0766 (diff) |
rm (tc)dialog, rely on system program
git-svn-id: svn://tug.org/texlive/trunk@23695 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/dialog/dialog-1.1-20110707/samples/pause-both')
-rwxr-xr-x | Build/source/utils/dialog/dialog-1.1-20110707/samples/pause-both | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Build/source/utils/dialog/dialog-1.1-20110707/samples/pause-both b/Build/source/utils/dialog/dialog-1.1-20110707/samples/pause-both deleted file mode 100755 index aa729361497..00000000000 --- a/Build/source/utils/dialog/dialog-1.1-20110707/samples/pause-both +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh -# $Id: pause-both,v 1.1 2011/01/18 09:49:24 tom Exp $ - -. ./setup-vars - -$DIALOG --title "PAUSE" \ - --help-button \ - --extra-button "$@" \ - --pause "Hi, this is a pause widget" 20 70 10 - -retval=$? -echo return $retval - -. ./report-button |