[ci skip]
This commit is contained in:
Phil Hagelberg 2013-08-11 19:57:33 -07:00
parent b39adc9e8d
commit d661b1846a

View file

@ -236,7 +236,7 @@ if [ "$1" = "self-install" ]; then
fi
echo "Manual self-install is deprecated; it will run automatically when necessary."
self_install
elif [ "$1" = "upgrade" || "$1" = "downgrade" ]; then
elif [ "$1" = "upgrade" ] || [ "$1" = "downgrade" ]; then
if [ "$LEIN_DIR" != "" ]; then
echo "The upgrade task is not meant to be run from a checkout."
exit 1