Fix direction of the patch
This commit is contained in:
parent
8b3f6561d0
commit
686724d383
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ pushd "${BASH_SOURCE%/*}" > /dev/null;
|
||||||
|
|
||||||
. ./template-path.sh;
|
. ./template-path.sh;
|
||||||
|
|
||||||
diff -ru --no-dereference -x{.git,.gitignore,README.md,scripts,LICENSE,out,valhalla.patch} .. "$(templatePath)" \
|
diff -ru --no-dereference -x{.git,.gitignore,README.md,scripts,LICENSE,out,valhalla.patch} "$(templatePath)" .. \
|
||||||
| tee "valhalla.patch";
|
| tee "valhalla.patch";
|
||||||
|
|
||||||
popd > /dev/null;
|
popd > /dev/null;
|
||||||
|
|
Loading…
Reference in a new issue