]> xenbits.xensource.com Git - xenclient/build.git/commitdiff
XC-1019: Host installer: Fix "EXIT" button in EULA
authorChristopher Clark <christopher.clark@citrix.com>
Tue, 5 Jan 2010 00:21:12 +0000 (16:21 -0800)
committerChristopher Clark <christopher.clark@citrix.com>
Tue, 5 Jan 2010 00:21:12 +0000 (16:21 -0800)
target/generic/target_xenclient_installer_skeleton/install/stages/EULA

index 35cb52be63ea7769db3d7bf21b4f7d100e99b260..0aafba11694f47448b2df4d1cb7988e2d4065944 100755 (executable)
@@ -6,7 +6,7 @@ if ! interactive ; then exit ${Continue} ; fi
 
 echo "FIXME: obtain correct EULA text">&2
 
-dialog --msgbox "\n Please review the following license." 7 42 --and-widget --textbox "${LICENSE_FILE}" 30 60 --and-widget --defaultno --yesno "\n Do you accept this license?" 7 36
+dialog --msgbox "\n Please review the following license." 7 42 --and-widget --exit-label OK --textbox "${LICENSE_FILE}" 30 60 --and-widget --defaultno --yesno "\n Do you accept this license?" 7 36
 
 OPT=$?
 [ "$OPT" != "0" ]   || exit ${Continue}