Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
ab3:plug_load: wrong exp pos
Browse files Browse the repository at this point in the history
  • Loading branch information
Artoria2e5 committed Apr 18, 2016
1 parent 1b38484 commit d1fcbdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ab3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ autobuild-plugin(){

# Plugin and external command parser
if [ "$1" ]; then
abexp_exec PATH="$AB/contrib:$PATH" PLUG="$1"
PATH="$AB/contrib:$PATH" PLUG="$1"
shift
ab_dbg "Starting autobuild-$PLUG"
"autobuild-$PLUG" "$@"
abexp_exec "autobuild-$PLUG" "$@"
_ret=$?
((!_ret)) || aberr "autobuild-$PLUG returned ${_ret}."
exit $_ret
Expand Down

0 comments on commit d1fcbdd

Please sign in to comment.