aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenjiro Nakayama <nakayamakenjiro@gmail.com>2024-12-18 09:24:28 +0900
committerKenjiro Nakayama <nakayamakenjiro@gmail.com>2024-12-18 09:24:28 +0900
commit9ed5c54fed283b05fe0a89f47fbfcc302372ad42 (patch)
tree88cddc7f1aba615df454e1da2ecb9cf090356ea6
parent3e6153a55211a2590052664ba1b4093aaa97fc83 (diff)
downloadportable-9ed5c54fed283b05fe0a89f47fbfcc302372ad42.tar.gz
portable-9ed5c54fed283b05fe0a89f47fbfcc302372ad42.tar.bz2
portable-9ed5c54fed283b05fe0a89f47fbfcc302372ad42.zip
update style
-rwxr-xr-xscripts/test2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/test b/scripts/test
index abfa038..e3044b0 100755
--- a/scripts/test
+++ b/scripts/test
@@ -2,7 +2,7 @@
2set -e 2set -e
3set -x 3set -x
4 4
5if [ "$ARCH" = "mingw32" ] || [ "$ARCH" = "mingw64" ] || [ "$ARCH" = "arm32" ]; then 5if [ "$ARCH" = "mingw32" -o "$ARCH" = "mingw64" -o "$ARCH" = "arm32" ]; then
6 unset CC 6 unset CC
7fi 7fi
8 8