Skip to content

Commit

Permalink
You have specified ... does not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
judovana committed Apr 6, 2024
1 parent c3cc00f commit 79bf173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbin/common/config_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ function setOpenjdkSourceDir() {
fi
BUILD_CONFIG[OPENJDK_FOREST_SOURCE_ARCHIVE_ABSPATH]=$(readlink -f "$1");
if [ ! -e "${BUILD_CONFIG[OPENJDK_FOREST_SOURCE_ARCHIVE_ABSPATH]}" ] ; then
echo "you have specified -o/--openjdk-source, but '${BUILD_CONFIG[OPENJDK_FOREST_SOURCE_ARCHIVE_ABSPATH]}' does not exists"
echo "You have specified -o/--openjdk-source, but '${BUILD_CONFIG[OPENJDK_FOREST_SOURCE_ARCHIVE_ABSPATH]}' does not exist"
exit 1
fi
BUILD_CONFIG[OPENJDK_FOREST_SOURCE_ARCHIVE]="true";
Expand Down

0 comments on commit 79bf173

Please sign in to comment.