please install xnest

SVN revision: 45348
This commit is contained in:
Miculcy Brian 2010-01-19 22:32:29 +00:00
parent 1526c18cd5
commit e9313e3db2
1 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,12 @@ debugger_default="b"
xnest_geo_default="800x600+0+0"
if [ `type Xnest &>/dev/null; echo $?` -ne 0 ]; then
echo "Please install Xnest!"
exit 1
fi
echo
for arg in $@; do
option=`echo "'$arg'" | cut -d'=' -f1 | tr -d "'"`