mirror of https://github.com/wolfSSL/wolfssl.git
commit
91c06736cb
|
@ -19,7 +19,7 @@ ready_file=`pwd`/wolfssl_crl_ready$$
|
|||
|
||||
remove_ready_file() {
|
||||
if test -e $ready_file; then
|
||||
echo -e "removing exisitng ready file"
|
||||
echo -e "removing existing ready file"
|
||||
rm $ready_file
|
||||
fi
|
||||
}
|
||||
|
|
|
@ -17,7 +17,7 @@ echo "ready file $ready_file"
|
|||
|
||||
remove_ready_file() {
|
||||
if test -e $ready_file; then
|
||||
echo -e "removing exisitng ready file"
|
||||
echo -e "removing existing ready file"
|
||||
rm $ready_file
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue