We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c8f010 + ed7210b commit dec159aCopy full SHA for dec159a
debian/install-openssl.sh
@@ -183,7 +183,7 @@ main() {
183
openssl_install
184
fi
185
186
- if [ -n "$output_dir" ]; then
+ if [ -n "$output_dir" ] && [ "$output_dir" != ".." ]; then
187
if [ ! -d "$output_dir" ]; then
188
printf "Creating output directory: $output_dir\n"
189
mkdir -p "$output_dir"
debian/install-wolfprov.sh
@@ -199,7 +199,7 @@ main() {
199
wolfprov_install
200
201
202
203
204
205
0 commit comments