From f1f5418e12045e22676e27ae4927c5792a20760b Mon Sep 17 00:00:00 2001 From: Jiri Slaby Date: Wed, 10 Dec 2008 13:48:38 +0100 Subject: [PATCH] --- yaml --- r: 122987 b: refs/heads/master c: a6ba0cb35da64d658b7a01ea4597416f8522d5e1 h: refs/heads/master i: 122985: baf38176d46064fef350008cde46fc44001d3cad 122983: fa7a9c9198b4571ad06735cf58d202ddc72ea5ef v: v3 --- [refs] | 2 +- trunk/scripts/tags.sh | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/[refs] b/[refs] index cb4fc1c02877..d67b7ef416e8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 709cc372cad628846d73447edfd95ac39c8e2319 +refs/heads/master: a6ba0cb35da64d658b7a01ea4597416f8522d5e1 diff --git a/trunk/scripts/tags.sh b/trunk/scripts/tags.sh index 3c814ba0fa85..4e7547209852 100755 --- a/trunk/scripts/tags.sh +++ b/trunk/scripts/tags.sh @@ -7,7 +7,7 @@ # Uses the following environment variables: # ARCH, SUBARCH, srctree, src, obj -if [ $KBUILD_VERBOSE == 1 ]; then +if [ "$KBUILD_VERBOSE" = "1" ]; then set -x fi @@ -18,7 +18,7 @@ ignore="( -name SCCS -o -name BitKeeper -o -name .svn -o \ -prune -o" # Do not use full path is we do not use O=.. builds -if [ "${KBUILD_SRC}" == "" ]; then +if [ "${KBUILD_SRC}" = "" ]; then tree= else tree=${srctree}/ @@ -135,10 +135,10 @@ xtags() # Support um (which uses SUBARCH) -if [ ${ARCH} == um ]; then - if [ $SUBARCH == i386 ]; then +if [ "${ARCH}" = "um" ]; then + if [ "$SUBARCH" = "i386" ]; then archinclude=x86 - elif [ $SUBARCH == x86_64 ]; then + elif [ "$SUBARCH" = "x86_64" ]; then archinclude=x86 else archinclude=${SUBARCH}