From 9bc79485d333ab84ce4ccf3269df11001de82eaf Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Mon, 17 Jul 2017 15:02:58 -0400 Subject: Make explicit which directory 'find' should search --- libs/project | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/project') diff --git a/libs/project b/libs/project index da05e9f9..a7ed8b87 100755 --- a/libs/project +++ b/libs/project @@ -1203,7 +1203,7 @@ project_release_install() { project_install_directory_missing_empty_error "$project" "$@" - local files=$( cd "$install_path" && find -type f || true ) + local files=$( find "$install_path" -type f || true ) local file printf '%s\n' "$files" | while read -r file @@ -1230,7 +1230,7 @@ project_release_install_check() { project_install_directory_missing_empty_error "$project" "$@" - local files=$( cd "$install_path" && find -type f || true ) + local files=$( find "$install_path" -type f || true ) local file printf '%s\n' "$files" | while read -r file -- cgit v1.2.3-70-g09d2