Fix colored output of the diff script
This commit is contained in:
parent
184f90260d
commit
70d8cb6aaf
1 changed files with 1 additions and 5 deletions
|
@ -1,10 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Shows the differences between Arch's original `archiso` template named `releng` and this `archiso` directory.
|
# Shows the differences between Arch's original `archiso` template named `releng` and this `archiso` directory.
|
||||||
pushd "${BASH_SOURCE%/*}" > /dev/null;
|
pushd "${BASH_SOURCE%/*}" > /dev/null;
|
||||||
|
|
||||||
. ./template-path.sh;
|
. ./template-path.sh;
|
||||||
|
diff -ru --color --no-dereference -x{.git,.gitignore,README.md,scripts,LICENSE,out,valhalla.patch,work} "$(templatePath)" ..;
|
||||||
diff -ru --no-dereference -x{.git,.gitignore,README.md,scripts,LICENSE,out,valhalla.patch,work} "$(templatePath)" .. \
|
|
||||||
| tee "valhalla.patch";
|
|
||||||
|
|
||||||
popd > /dev/null;
|
popd > /dev/null;
|
||||||
|
|
Loading…
Reference in a new issue