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
|
||||
# Shows the differences between Arch's original `archiso` template named `releng` and this `archiso` directory.
|
||||
pushd "${BASH_SOURCE%/*}" > /dev/null;
|
||||
|
||||
. ./template-path.sh;
|
||||
|
||||
diff -ru --no-dereference -x{.git,.gitignore,README.md,scripts,LICENSE,out,valhalla.patch,work} "$(templatePath)" .. \
|
||||
| tee "valhalla.patch";
|
||||
|
||||
diff -ru --color --no-dereference -x{.git,.gitignore,README.md,scripts,LICENSE,out,valhalla.patch,work} "$(templatePath)" ..;
|
||||
popd > /dev/null;
|
||||
|
|
Loading…
Reference in a new issue