Skip to content

Commit

Permalink
Build script tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
septract authored and cp526 committed Aug 17, 2024
1 parent e15dfbf commit ad73d51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ SCRIPT_DIR="$(dirname "$(readlink -f "$0")")"
if [ -n "$1" ]
then
echo "using CN=$1 in $PWD"
CN="$1 verify"
CN="$1"
else
CN=cn verify
CN="cn verify"
fi

good=0
Expand Down

0 comments on commit ad73d51

Please sign in to comment.