Fix broken if syntax

This commit is contained in:
Dylan 2016-04-04 22:21:17 +10:00
parent 8d67097a32
commit 8b69b26e60
1 changed files with 1 additions and 1 deletions

View File

@ -513,7 +513,7 @@ ascii_distro="$distro"
getdistro () {
# Get architecture
[ "$os_arch" == "on" ]
if [ "$os_arch" == "on" ]; then
case "$(getconf LONG_BIT)" in
64) distro+=" 64-bit" ;;
32) distro+=" 32-bit" ;;