Fix typo reported by tonyb - https://www.projectaon.org/es/foro3/viewtopic.php?p...
[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