Skip to content

Commit

Permalink
fix jenkins.sh on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
rhelmer committed May 23, 2014
1 parent 72aed66 commit 3ba659a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/jenkins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
export FILEPATH="`pwd`/bouncer/php/"
pushd bouncer/php/cfg
cp config-dist.php config.php
sed -i .bak "s%/var/www/download%$FILEPATH%" config.php
sed -i\.bak "s%/var/www/download%$FILEPATH%" config.php
popd
pushd bouncer/tests
# FIXME replace w/ phpunit
Expand Down

0 comments on commit 3ba659a

Please sign in to comment.