diff options
Diffstat (limited to 'utils/brand.sh')
| -rwxr-xr-x | utils/brand.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/brand.sh b/utils/brand.sh index 1749efb31..2d72fadf1 100755 --- a/utils/brand.sh +++ b/utils/brand.sh @@ -27,6 +27,6 @@ build.env.export() { } -pushd "${REPO_ROOT}" &> /dev/null +pushd "${REPO_ROOT}" &>/dev/null build.env.export -popd &> /dev/null +popd &>/dev/null |