the right path..

This commit is contained in:
ville rantanen
2014-04-10 10:28:28 +03:00
parent c2adab2802
commit dfca7b09f7
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ function return_error {
exit 1
}
ANDURIL_ENV=$HOME/.config/anduril/environment
ANDURIL_ENV=$HOME/.config/anduril/environment.sh
if [ -f "$ANDURIL_ENV" ]
then . "$ANDURIL_ENV"

View File

@@ -5,7 +5,7 @@ function return_error {
exit 1
}
ANDURIL_ENV=$HOME/.config/anduril/environment
ANDURIL_ENV=$HOME/.config/anduril/environment.sh
if [ -f "$ANDURIL_ENV" ]
then . "$ANDURIL_ENV"

View File

@@ -5,7 +5,7 @@ function return_error {
exit 1
}
ANDURIL_ENV=$HOME/.config/anduril/environment
ANDURIL_ENV=$HOME/.config/anduril/environment.sh
if [ -f "$ANDURIL_ENV" ]
then . "$ANDURIL_ENV"