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

Debug

parent fb60953d
No related branches found
No related tags found
No related merge requests found
...@@ -24,8 +24,12 @@ ...@@ -24,8 +24,12 @@
# ** end header # ** end header
# #
#apply all available patches. ###############################################################################
# Apply all available patches #
###############################################################################
set -e set -e
if [ -z "$UTILSPATH" ]; then if [ -z "$UTILSPATH" ]; then
UTILSPATH=$(realpath "$(dirname $0)/../utils") UTILSPATH=$(realpath "$(dirname $0)/../utils")
export UTILSPATH export UTILSPATH
...@@ -38,6 +42,7 @@ PATCHES="./patch*/patch.sh" ...@@ -38,6 +42,7 @@ PATCHES="./patch*/patch.sh"
for p in $PATCHES for p in $PATCHES
do do
echo "$p"
$p "$@" --patch=$p $p "$@" --patch=$p
done done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment