diff options
author | Leah Rowe <info@minifree.org> | 2017-05-31 23:55:53 +0000 |
---|---|---|
committer | Gogs <gogitservice@gmail.com> | 2017-05-31 23:55:53 +0000 |
commit | 2271147a9c5a80afa9fa81a4eacafcaa1d840258 (patch) | |
tree | d227d0fb53dc6cfcfb2260190294f5e474332d77 /libs/project | |
parent | a36b0c7ccfad15941905185557cc4129f2f8a860 (diff) | |
parent | 1ea8d09af262ddeed87acf5916cec42d9a002da1 (diff) | |
download | librebootfr-2271147a9c5a80afa9fa81a4eacafcaa1d840258.tar.gz librebootfr-2271147a9c5a80afa9fa81a4eacafcaa1d840258.zip |
Merge branch 'build-system-merge' of kragle/libreboot into master
Diffstat (limited to 'libs/project')
-rwxr-xr-x | libs/project | 9 |
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" |