aboutsummaryrefslogtreecommitdiff
path: root/projects/libreboot-release
diff options
context:
space:
mode:
Diffstat (limited to 'projects/libreboot-release')
-rwxr-xr-xprojects/libreboot-release/libreboot-release2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/libreboot-release/libreboot-release b/projects/libreboot-release/libreboot-release
index d693f503..ed9604e1 100755
--- a/projects/libreboot-release/libreboot-release
+++ b/projects/libreboot-release/libreboot-release
@@ -16,7 +16,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
install() {
- local install_path=$( project_install_path "$project" "$@" )
+ local install_path=$(project_install_path "$project" "$@")
project_install "$project" "$@"
}