path=${0%%/$me} # path from which the script has been launched
current=$(pwd)
cd $path
-WXWIDGETS=`cd ../.. && pwd`
+export WXWIDGETS=`cd ../.. && pwd`
# prepare folders for the cp commands below
mkdir -p out/html # we need to copy files in this folder below