Skip to content

Commit 1954c78

Browse files
committed
Fix cosmocc
1 parent e7e5856 commit 1954c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/cosmocc/bin/cosmocc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ set -- \
681681
log_command "$@"
682682
"$@" || Exit
683683

684-
if [ x"$MODE" != "optlinux" ]; then
684+
if [ x"$MODE" != x"optlinux" ]; then
685685
set -- \
686686
"$BIN/pecheck" "$OUTPUT"
687687
log_command "$@"

0 commit comments

Comments
 (0)