git-svn-id: https://projectaon.org/data/trunk@2440 f6f3e2d7-ff33-0410-aaf5-b4bee2cdac11
[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