Searched refs:DISPLAY (Results 1 - 7 of 7) sorted by relevance

/glassfish-3.1.2/installer/src/GlassFishV3Preview/resources/wrappers/
H A Dproduct-installer.sh252 if [ -n "$DISPLAY" ]; then
253 tmp_file="/tmp/installer_auth_$USER_$DISPLAY"
256 ${XAUTH} extract - $DISPLAY > $tmp_file
H A Duninstall.sh240 if [ -z "${DISPLAY}" ]
242 echo "This program requires DISPLAY environment variable to be set."
243 echo "Please re-run after assigning an appropriate value to DISPLAY".
H A Dwrapper.sh194 if [ -z "${DISPLAY}" ]
196 echo "This program requires DISPLAY environment variable to be set."
197 echo "Please re-run after assigning an appropriate value to DISPLAY".
/glassfish-3.1.2/installer/src/GlassFishV3WebProfilePreview/resources/wrappers/
H A Dproduct-installer.sh252 if [ -n "$DISPLAY" ]; then
253 tmp_file="/tmp/installer_auth_$USER_$DISPLAY"
256 ${XAUTH} extract - $DISPLAY > $tmp_file
H A Duninstall.sh240 if [ -z "${DISPLAY}" ]
242 echo "This program requires DISPLAY environment variable to be set."
243 echo "Please re-run after assigning an appropriate value to DISPLAY".
H A Dwrapper.sh194 if [ -z "${DISPLAY}" ]
196 echo "This program requires DISPLAY environment variable to be set."
197 echo "Please re-run after assigning an appropriate value to DISPLAY".
/glassfish-3.1.2/installer/src/main/resources/wrappers/
H A Dproduct-installer.sh252 if [ -n "$DISPLAY" ]; then
253 tmp_file="/tmp/installer_auth_$USER_$DISPLAY"
256 ${XAUTH} extract - $DISPLAY > $tmp_file

Completed in 52 milliseconds