[scripts] some startup fixes to bump_sabayon_version.sh

This commit is contained in:
Fabio Erculiani
2013-03-17 17:17:31 +00:00
parent 0a5c5aa314
commit 7747b78490
+2 -2
View File
@@ -5,8 +5,8 @@
. /etc/profile
if [ ${#} -lt 2 ]; then
echo "${0} <version>\n" >&2
if [ ${#} -lt 1 ]; then
echo "${0} <version>" >&2
exit 1
fi