aboutsummaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorAndrew Robbins <contact@andrewrobbins.info>2019-04-19 20:54:04 -0400
committerAndrew Robbins <contact@andrewrobbins.info>2019-04-23 22:08:05 -0400
commitac24b44b0ad54a45d32884c96e537f6b2198307e (patch)
tree8a7e43d5f8fa2b8119d4a014ebd5d25a8df6bbec /libs
parent28725e6cbcd9adba3b1e07d1862fa3735b18b84d (diff)
downloadlibrebootfr-ac24b44b0ad54a45d32884c96e537f6b2198307e.tar.gz
librebootfr-ac24b44b0ad54a45d32884c96e537f6b2198307e.zip
libs/project: Modify output of project_blobs_path()
project_blobs_ignore_path() prints nothing if a blobs-ignore file is not found for the given project and arguments (if any); this behavior should be the same for project_blobs_path()
Diffstat (limited to 'libs')
-rwxr-xr-xlibs/project2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/project b/libs/project
index c830e1ee..52888e32 100755
--- a/libs/project
+++ b/libs/project
@@ -580,8 +580,6 @@ project_blobs_path() {
return
fi
done
-
- printf '%s\n' "$blobs_path"
}
project_blobs_ignore_path() {