BAN-AI-Communications/k95-mingw

View on GitHub
openssl-0.9.7/util/point.sh

Summary

Maintainability
Test Coverage

Showing 6 of 6 total issues

Double quote to prevent globbing and word splitting.
Open

ln -s $1 $2
Severity: Minor
Found in openssl-0.9.7/util/point.sh by shellcheck

Double quote to prevent globbing and word splitting.
Open

cp $1 $2
Severity: Minor
Found in openssl-0.9.7/util/point.sh by shellcheck

Double quote to prevent globbing and word splitting.
Open

ln -s $1 $2
Severity: Minor
Found in openssl-0.9.7/util/point.sh by shellcheck

Double quote to prevent globbing and word splitting.
Open

cp $1 $2
Severity: Minor
Found in openssl-0.9.7/util/point.sh by shellcheck

Double quote to prevent globbing and word splitting.
Open

rm -f $2
Severity: Minor
Found in openssl-0.9.7/util/point.sh by shellcheck

In POSIX sh, OSTYPE is undefined.
Open

if test "$OSTYPE" = msdosdjgpp; then
Severity: Minor
Found in openssl-0.9.7/util/point.sh by shellcheck
Category
Status