Avoid to display a message when `cd -`

This commit is contained in:
Jeremy Gardais 2018-05-02 16:10:23 +02:00
parent 97c7f3b500
commit f2211f9580
1 changed files with 1 additions and 1 deletions

View File

@ -36,6 +36,6 @@ else
rm -f "${JENKINS_PLUGIN_UPDATE_LOG}"
#printf '%b\n' "Nothing to do"
fi
cd - || exit
cd - > /dev/null || exit
exit 0