locking/atomic: Correct (cmp)xchg() instrumentation
[linux-block.git] / scripts / tags.sh
index faf214bcf2336b010ae609082102ee24b8fa7024..ea31640b267155eb3e46a0c2489c94fd688f1475 100755 (executable)
@@ -8,7 +8,7 @@
 # Uses the following environment variables:
 # SUBARCH, SRCARCH, srctree
 
-if [ "$KBUILD_VERBOSE" = "1" ]; then
+if [[ "$KBUILD_VERBOSE" =~ 1 ]]; then
        set -x
 fi