diff --git a/make/prepare b/make/prepare index eada07a40..c628f46a3 100755 --- a/make/prepare +++ b/make/prepare @@ -1,8 +1,8 @@ #!/bin/bash set +e -# If compling source code this dir is harbor's make dir -# If install harbor via pacakge, this dir is harbor's root dir +# If compiling source code this dir is harbor's make dir. +# If installing harbor via pacakge, this dir is harbor's root dir. if [[ -n "$HARBOR_BUNDLE_DIR" ]]; then harbor_prepare_path=$HARBOR_BUNDLE_DIR else