diff --git a/lib/common.sh b/lib/common.sh index 6f59133..e05992d 100644 --- a/lib/common.sh +++ b/lib/common.sh @@ -279,6 +279,9 @@ function fetch_package_to_test() { # Check if the package directory is really here. if [ ! -d "$package_path" ]; then log_critical "Unable to find the directory $package_path for the package..." + fi +} + #================================================= # GET HOST ARCHITECTURE #=================================================