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

Debug

parent fb60953d
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment