aboutsummaryrefslogtreecommitdiff
path: root/libs/project
diff options
context:
space:
mode:
authorLeah Rowe <info@minifree.org>2017-05-31 23:55:53 +0000
committerGogs <gogitservice@gmail.com>2017-05-31 23:55:53 +0000
commit2271147a9c5a80afa9fa81a4eacafcaa1d840258 (patch)
treed227d0fb53dc6cfcfb2260190294f5e474332d77 /libs/project
parenta36b0c7ccfad15941905185557cc4129f2f8a860 (diff)
parent1ea8d09af262ddeed87acf5916cec42d9a002da1 (diff)
downloadlibrebootfr-2271147a9c5a80afa9fa81a4eacafcaa1d840258.tar.gz
librebootfr-2271147a9c5a80afa9fa81a4eacafcaa1d840258.zip
Merge branch 'build-system-merge' of kragle/libreboot into master
Diffstat (limited to 'libs/project')
-rwxr-xr-xlibs/project9
1 files changed, 5 insertions, 4 deletions
diff --git a/libs/project b/libs/project
index eb376ae0..20a6fe77 100755
--- a/libs/project
+++ b/libs/project
@@ -87,10 +87,11 @@ project_action() {
project_action_check "$action" "$project" "$@"
- if [ $? -eq 0 ]
- then
- return 0
- fi
+ # Why is this here? Commented out for now.
+ # if [ $? -eq 0 ]
+ # then
+ # return 0
+ # fi
project_include "$project"