Remove functions which are not used in the script, these are actually part of the...
[project-aon.git] / common / scripts / set-env.sh
1 #!/bin/sh
2 # Set AON PATH directory to current directory
3 # Default to 'en' language
4
5 AONLANG=en
6 AONPATH=`pwd`
7 export AONPATH