mirror of
https://github.com/ryantm/nixpkgs-update.git
synced 2024-12-17 08:21:44 +03:00
don't include output from pushd and popd
This commit is contained in:
parent
70f679319c
commit
146d5e5827
@ -11,7 +11,7 @@ export EDITOR
|
||||
OLD_HOME=~/
|
||||
HOME=/homeless-shelter
|
||||
|
||||
pushd "$(mktemp -d)"
|
||||
pushd "$(mktemp -d)" >/dev/null
|
||||
|
||||
rm -f $LOG_FILE
|
||||
|
||||
@ -79,6 +79,6 @@ then
|
||||
echo "- directory tree listing: $GIST" >> $LOG_FILE
|
||||
fi
|
||||
|
||||
popd
|
||||
popd >/dev/null
|
||||
|
||||
cat $LOG_FILE || true
|
||||
|
Loading…
Reference in New Issue
Block a user