Skip to content
Snippets Groups Projects
Unverified Commit 0763ef3a authored by Daniel's avatar Daniel
Browse files

FIX: Set UTILSPATH in applyPatches.sh

parent f351aceb
No related branches found
No related tags found
No related merge requests found
...@@ -26,6 +26,11 @@ ...@@ -26,6 +26,11 @@
#apply all available patches. #apply all available patches.
set -e set -e
if [ -z "$UTILSPATH" ]; then
UTILSPATH=$(realpath "$(dirname $0)/../utils")
export UTILSPATH
fi
PATCHES="./patch*/patch.sh" PATCHES="./patch*/patch.sh"
for p in $PATCHES for p in $PATCHES
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment