Skip to content

Commit

Permalink
Allow specifying additional install arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse van den Kieboom committed Dec 30, 2015
1 parent eb6f1f1 commit 873e94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osx/scripts/build
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ export HOMEBREW_RUBY_PATH="$scripts/brew.rb"
export PATH="$d/install/bin:$PATH"
export DYLD_FALLBACK_LIBRARY_PATH="/usr/lib"

exec "$scripts/lbrew" install --HEAD --only-dependencies gnome/gitg/gitg
exec "$scripts/lbrew" install "$@" --HEAD gnome/gitg/gitg

0 comments on commit 873e94b

Please sign in to comment.