Align indentation.
This commit is contained in:
parent
40818dacf6
commit
412b31cb70
1 changed files with 4 additions and 4 deletions
|
@ -10,10 +10,10 @@ echo -n "* Validating action arguments... ";
|
||||||
|
|
||||||
echo $version | grep -o " " > /dev/null
|
echo $version | grep -o " " > /dev/null
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
echo "aborted."
|
echo "aborted."
|
||||||
echo "* Version value '$version' cannot contain spaces." >&2
|
echo "* Version value '$version' cannot contain spaces." >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$packages" == "" ]; then
|
if [ "$packages" == "" ]; then
|
||||||
echo "aborted."
|
echo "aborted."
|
||||||
|
|
Loading…
Reference in a new issue