From a3d2164fdf85ac6cce8471bec0724cba995aced9 Mon Sep 17 00:00:00 2001 From: clamsawd Date: Sun, 20 Sep 2015 09:23:00 +0200 Subject: [PATCH] Fixed a comment --- install-spotify.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-spotify.sh b/install-spotify.sh index 4950591..8d85fc8 100755 --- a/install-spotify.sh +++ b/install-spotify.sh @@ -113,7 +113,7 @@ echo -n "(Default: autodetect) Choose an option; " ; read PACKAGE if [ "${PACKAGE:-NO_VALUE}" == "NO_VALUE" ] ; then # Detect the arch of the system if variable - # 'AR' is empty. + # 'PACKAGE' is empty. archs=`uname -m` case "$archs" in i?86)