Skip to content
This repository has been archived by the owner on Nov 29, 2017. It is now read-only.

Commit

Permalink
Merge pull request #8 from willtran-/patch-1
Browse files Browse the repository at this point in the history
Fix for #7
  • Loading branch information
drnic committed Jul 28, 2015
2 parents 115ed08 + 5b87eed commit 3dc9bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/wrappers/uaac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ export BUNDLE_GEMFILE="$SELFDIR/lib/vendor/Gemfile"
unset BUNDLE_IGNORE_CONFIG

# Run the actual app using the bundled Ruby interpreter, with Bundler activated.
exec "$SELFDIR/lib/ruby/bin/ruby" -rbundler/setup $SELFDIR/lib/vendor/ruby/2.1.0/bin/uaac $@
exec "$SELFDIR/lib/ruby/bin/ruby" -rbundler/setup $SELFDIR/lib/vendor/ruby/2.1.0/bin/uaac "$@"

0 comments on commit 3dc9bb3

Please sign in to comment.