BAN-AI-Communications/k95-mingw

View on GitHub
openssl-0.9.7/shlib/irix.sh

Summary

Maintainability
Test Coverage

Showing 5 of 5 total issues

Double quote to prevent globbing and word splitting.
Open

gcc -c -Icrypto $SHFLAGS $FLAGS -o crypto.o crypto/crypto.c
Severity: Minor
Found in openssl-0.9.7/shlib/irix.sh by shellcheck

Double quote to prevent globbing and word splitting.
Open

gcc -c -Issl $SHFLAGS $FLAGS -o ssl.o ssl/ssl.c
Severity: Minor
Found in openssl-0.9.7/shlib/irix.sh by shellcheck

Double quote to prevent globbing and word splitting.
Open

gcc -c -Icrypto $SHFLAGS $FLAGS -o crypto.o crypto/crypto.c
Severity: Minor
Found in openssl-0.9.7/shlib/irix.sh by shellcheck

Double quote to prevent globbing and word splitting.
Open

gcc -c -Issl $SHFLAGS $FLAGS -o ssl.o ssl/ssl.c
Severity: Minor
Found in openssl-0.9.7/shlib/irix.sh by shellcheck

Tips depend on target shell and yours is unknown. Add a shebang.
Open

FLAGS="-DTERMIOS -O2 -mips2 -DB_ENDIAN -fomit-frame-pointer -Wall -Iinclude"
Severity: Minor
Found in openssl-0.9.7/shlib/irix.sh by shellcheck

There are no issues that match your filters.

Category
Status