From 2b49f338a0563132ea83ba3594b8144aca67afff Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Tue, 23 Apr 2013 10:38:02 +0100 Subject: [PATCH] Move comment. --- bootstrap-salt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index df54d24..b5940bd 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -477,8 +477,8 @@ __gather_linux_system_info() { # Let's convert CamelCase to Camel Case DISTRO_NAME=$(__camelcase_split "$DISTRO_NAME") fi - #lsb_release -si returns "openSUSE project" on openSUSE 12.3 if [ "${DISTRO_NAME}" = "openSUSE project" ]; then + # lsb_release -si returns "openSUSE project" on openSUSE 12.3 DISTRO_NAME="opensuse" fi rv=$(lsb_release -sr)