diff options
author | Kenjiro Nakayama <nakayamakenjiro@gmail.com> | 2024-12-18 09:24:28 +0900 |
---|---|---|
committer | Kenjiro Nakayama <nakayamakenjiro@gmail.com> | 2024-12-18 09:24:28 +0900 |
commit | 9ed5c54fed283b05fe0a89f47fbfcc302372ad42 (patch) | |
tree | 88cddc7f1aba615df454e1da2ecb9cf090356ea6 /scripts | |
parent | 3e6153a55211a2590052664ba1b4093aaa97fc83 (diff) | |
download | portable-9ed5c54fed283b05fe0a89f47fbfcc302372ad42.tar.gz portable-9ed5c54fed283b05fe0a89f47fbfcc302372ad42.tar.bz2 portable-9ed5c54fed283b05fe0a89f47fbfcc302372ad42.zip |
update style
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/test | 2 |
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 @@ | |||
2 | set -e | 2 | set -e |
3 | set -x | 3 | set -x |
4 | 4 | ||
5 | if [ "$ARCH" = "mingw32" ] || [ "$ARCH" = "mingw64" ] || [ "$ARCH" = "arm32" ]; then | 5 | if [ "$ARCH" = "mingw32" -o "$ARCH" = "mingw64" -o "$ARCH" = "arm32" ]; then |
6 | unset CC | 6 | unset CC |
7 | fi | 7 | fi |
8 | 8 | ||