Avoid to display a message when `cd -`
This commit is contained in:
parent
97c7f3b500
commit
f2211f9580
|
@ -36,6 +36,6 @@ else
|
||||||
rm -f "${JENKINS_PLUGIN_UPDATE_LOG}"
|
rm -f "${JENKINS_PLUGIN_UPDATE_LOG}"
|
||||||
#printf '%b\n' "Nothing to do"
|
#printf '%b\n' "Nothing to do"
|
||||||
fi
|
fi
|
||||||
cd - || exit
|
cd - > /dev/null || exit
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Reference in New Issue