Skip to content

Commit 6fdb4dd

Browse files
ventZldanielinux
authored andcommitted
Fix: Use defaults correctly
Use default path without attempt of overwriting $1.
1 parent eb0f539 commit 6fdb4dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/certs/mkcerts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
#
3-
OUT_DIR=${1:=build/certs}
3+
OUT_DIR=${1:-build/certs}
44
OUT_DIR_CVAR=$(echo $OUT_DIR | sed -e 's/\//_/g')
55

66
echo ${OUT_DIR_CVAR}

0 commit comments

Comments
 (0)