Skip to content

Commit

Permalink
Fixing sub
Browse files Browse the repository at this point in the history
  • Loading branch information
mageddo committed Jan 29, 2023
1 parent e3f72af commit b7382fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder.bash
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ case $1 in

docs )

P=${2:${PWD}/build}
P=${2:-${PWD}/build}
echo "> Docs ${P}"

VERSION=$(cat VERSION | awk -F '.' '{ print $1"."$2}');
Expand Down

0 comments on commit b7382fc

Please sign in to comment.