Skip to content
Snippets Groups Projects
Commit 99bf28c9 authored by Erik Alexandre Pucci's avatar Erik Alexandre Pucci Committed by Josiney de Souza
Browse files

agent.sh: Changed "declare" to "export" when declaring $PREFIX


This is needed so the other scripts can use the PREFIX variable.

Signed-off-by: default avatarErik Alexandre Pucci <eap08@c3sl.ufpr.br>
Signed-off-by: default avatarJosiney de Souza <josineys@c3sl.ufpr.br>
parent 6a8fae26
No related branches found
No related tags found
No related merge requests found
......@@ -109,7 +109,7 @@ function elapsedTime()
return $?
}
declare PREFIX="$(dirname $(readlink -f $0))"
export PREFIX="$(dirname $(readlink -f $0))"
source ${PREFIX}/load-config.sh || exit 3
source ${PREFIX}/client/common.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment