File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
33PS1=" $"
4- basedir=" $( cd " $1 " && pwd -P) "
4+ basedir=" $( pwd -P) "
55workdir=" $basedir /work"
66gpgsign=" $( git config commit.gpgsign || echo " false" ) "
77echo " Rebuilding Forked projects.... "
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3- git submodule update --init && ./scripts/applyPatches.sh || exit 1
3+ git submodule update --init && ./scripts/applyPatches.sh . || exit 1
44
55if [ " $1 " == " --jar" ]; then
66 mvn clean package
Original file line number Diff line number Diff line change 22
33(
44PS1=" $"
5- basedir=" $( cd " $1 " && pwd -P) "
5+ basedir=" $( pwd -P) "
66workdir=" $basedir /work"
77echo " Rebuilding patch files from current fork state..."
88git config core.safecrlf false
You can’t perform that action at this time.
0 commit comments