summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild/make/ads2gas.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/make/ads2gas.pl b/build/make/ads2gas.pl
index 533c85ba5..69522bfd8 100755
--- a/build/make/ads2gas.pl
+++ b/build/make/ads2gas.pl
@@ -21,7 +21,7 @@
my $thumb = 0;
foreach my $arg (@ARGV) {
- $thumb = 1 if ($arg == "-thumb");
+ $thumb = 1 if ($arg eq "-thumb");
}
print "@ This file was created from a .asm file\n";