Skip to content
Snippets Groups Projects
Commit 4724ee70 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

FIX: added missing env setting in applypatches

parent 1d797300
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,8 @@ set -e
if [ -z "$UTILSPATH" ]; then
UTILSPATH=$(realpath "$(dirname $0)/../utils")
export UTILSPATH
MAINPATH="$(dirname $UTILSPATH)"
export MAINPATH
fi
source $UTILSPATH/load_settings.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment