admin-update: fix a print, use echo -e
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Fri, 2 Oct 2009 23:25:56 +0000 (16:25 -0700)
committerLuis R. Rodriguez <lrodriguez@atheros.com>
Fri, 2 Oct 2009 23:25:56 +0000 (16:25 -0700)
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
scripts/admin-update.sh

index cb42fe72f78a49c593dad38587c9b9524af954cb..0e12831e0e40c45b9e6db00ffe6bc6f2ebce57f9 100755 (executable)
@@ -211,7 +211,7 @@ if [ -d ./.git ]; then
                echo -e "This is a ${RED}bleeding edge${NORMAL} compat-wireless release based on: ${PURPLE}$MASTER_TAG${NORMAL}"
                ;;
        "linux-2.6-allstable.git") # HPA's all stable tree
-               echo "This is a ${GREEN}stable${NORMAL} compat-wireless release based on: ${PURPLE}$(git describe --abbrev=0)${NORMAL}"
+               echo -e "This is a ${GREEN}stable${NORMAL} compat-wireless release based on: ${PURPLE}$(git describe --abbrev=0)${NORMAL}"
                ;;
        "linux-2.6.git") # Linus' 2.6 tree
                ;;