BAN-AI-Communications/k95-mingw

View on GitHub
openssl-0.9.7/shlib/hpux10-cc.sh

Summary

Maintainability
Test Coverage

Showing 4 of 4 total issues

Double quote to prevent globbing and word splitting.
Open

perl5 Configure no-shared hpux-parisc-cc ${MYFLAGS}
Severity: Minor
Found in openssl-0.9.7/shlib/hpux10-cc.sh by shellcheck

Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
Open

(cd /usr/local/ssl/lib ; ln -sf libcrypto.sl.0.9.7 libcrypto.sl ; ln -sf libssl.sl.0.9.7 libssl.sl)
Severity: Minor
Found in openssl-0.9.7/shlib/hpux10-cc.sh by shellcheck

Double quote to prevent globbing and word splitting.
Open

perl5 Configure no-shared hpux-parisc-cc-o4 ${MYFLAGS}
Severity: Minor
Found in openssl-0.9.7/shlib/hpux10-cc.sh by shellcheck

Double quote to prevent globbing and word splitting.
Open

perl5 Configure no-shared hpux-parisc-cc-o4 +Z ${MYFLAGS}
Severity: Minor
Found in openssl-0.9.7/shlib/hpux10-cc.sh by shellcheck

There are no issues that match your filters.

Category
Status