Deleted spaces

This commit is contained in:
clamsawd 2015-09-19 19:19:39 +02:00
parent 176b379998
commit 059ca5741f

View File

@ -111,7 +111,7 @@ echo "(q) - quit"
echo "" echo ""
echo -n "(Default: autodetect) Choose an option; " ; read PACKAGE echo -n "(Default: autodetect) Choose an option; " ; read PACKAGE
if [ "${PACKAGE:-NO_VALUE}" == "NO_VALUE" ] ; then if [ "${PACKAGE:-NO_VALUE}" == "NO_VALUE" ] ; then
# Detect the arch of the system if variable # Detect the arch of the system if variable
# 'AR' is empty. # 'AR' is empty.
archs=`uname -m` archs=`uname -m`
@ -136,7 +136,7 @@ echo -n "(Default: autodetect) Choose an option; " ; read PACKAGE
echo "Unsupported Arquitecture ($archs)" echo "Unsupported Arquitecture ($archs)"
exit 0 exit 0
esac esac
elif [ "$PACKAGE" == "1" -o "$PACKAGE" == "32" ] ; then elif [ "$PACKAGE" == "1" -o "$PACKAGE" == "32" ] ; then
cd /tmp/ cd /tmp/
wget -c $URL_SPOTIFY/$SPOTIFY_32 wget -c $URL_SPOTIFY/$SPOTIFY_32
@ -144,7 +144,7 @@ echo -n "(Default: autodetect) Choose an option; " ; read PACKAGE
rm -rf $SPOTIFY_32 rm -rf $SPOTIFY_32
echo "Exiting..." echo "Exiting..."
MENU_VARIABLE=3 MENU_VARIABLE=3
elif [ "$PACKAGE" == "2" -o "$PACKAGE" == "64" ] ; then elif [ "$PACKAGE" == "2" -o "$PACKAGE" == "64" ] ; then
cd /tmp/ cd /tmp/
wget -c $URL_SPOTIFY/$SPOTIFY_64 wget -c $URL_SPOTIFY/$SPOTIFY_64
@ -152,13 +152,13 @@ echo -n "(Default: autodetect) Choose an option; " ; read PACKAGE
rm -rf $SPOTIFY_64 rm -rf $SPOTIFY_64
echo "Exiting..." echo "Exiting..."
MENU_VARIABLE=3 MENU_VARIABLE=3
elif [ "$PACKAGE" == "q" -o "$PACKAGE" == "quit" ] ; then elif [ "$PACKAGE" == "q" -o "$PACKAGE" == "quit" ] ; then
echo "Exiting..." echo "Exiting..."
MENU_VARIABLE=3 MENU_VARIABLE=3
else else
clear clear
echo "" echo ""
echo "Invalid option, please, choose any available arch" echo "Invalid option, please, choose any available arch"
echo "" echo ""