Skip to content

Commit

Permalink
Remove backtick usage in run-test-jenkins found during shellcheck of …
Browse files Browse the repository at this point in the history
…changed shellscripts
  • Loading branch information
holdenk committed Mar 27, 2017
1 parent f99f222 commit 5db1bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/run-tests-jenkins
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# Environment variables are populated by the code here:
#+ https://github.com/jenkinsci/ghprb-plugin/blob/master/src/main/java/org/jenkinsci/plugins/ghprb/GhprbTrigger.java#L139

FWDIR="$(cd "`dirname $0`"/..; pwd)"
FWDIR="$( cd "$( dirname "$0" )/.." && pwd )"
cd "$FWDIR"

export PATH=/home/anaconda/bin:$PATH
Expand Down

0 comments on commit 5db1bc7

Please sign in to comment.