Hide patch from console output
This commit is contained in:
parent
686724d383
commit
9932e81ce8
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Updates the patch to be applicable to Arch's current `releng` template.
|
# Updates the patch to be applicable to Arch's current `releng` template.
|
||||||
rootDir="${BASH_SOURCE%/*}";
|
rootDir="${BASH_SOURCE%/*}";
|
||||||
"$rootDir/show-diff.sh" | tee "$rootDir/valhalla.patch";
|
"$rootDir/show-diff.sh" > "$rootDir/valhalla.patch";
|
||||||
|
|
Loading…
Reference in a new issue