fix typo
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
here=$(dirname "$0")
|
here=$(dirname "$0")
|
||||||
if [ ! $WIN_SIGNING_PASSWORD ]-, then
|
if [ ! $WIN_SIGNING_PASSWORD ]; then
|
||||||
echo "password missing"
|
echo "password missing"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user