From a520f4a2f5d95341e762bb7491a3df69be983622 Mon Sep 17 00:00:00 2001 From: Daniel <daniel@harvey> Date: Thu, 26 Mar 2020 19:22:48 +0100 Subject: [PATCH] Debug --- patches/applyPatches.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/patches/applyPatches.sh b/patches/applyPatches.sh index 8d2decb..3e2ebd2 100755 --- a/patches/applyPatches.sh +++ b/patches/applyPatches.sh @@ -24,8 +24,12 @@ # ** end header # -#apply all available patches. +############################################################################### +# Apply all available patches # +############################################################################### + set -e + if [ -z "$UTILSPATH" ]; then UTILSPATH=$(realpath "$(dirname $0)/../utils") export UTILSPATH @@ -38,6 +42,7 @@ PATCHES="./patch*/patch.sh" for p in $PATCHES do + echo "$p" $p "$@" --patch=$p done -- GitLab