Skip to content

Commit

Permalink
fix make-distro.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rdk committed Jul 19, 2023
1 parent f119fb1 commit 32c252e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-distro.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -e

./make-clean.sh

VERSION=`gradle properties -q | grep "version:" | awk '{print $2}'`
VERSION=`./gradlew properties -q | grep "version:" | awk '{print $2}'`
DIRNAME="p2rank_$VERSION"

mkdir -p build
Expand Down

0 comments on commit 32c252e

Please sign in to comment.