Skip to content

Commit

Permalink
Merge pull request mozilla-services#1357 from rhelmer/bug896867-pushd…
Browse files Browse the repository at this point in the history
…-not-found

fixes bug 896867 - yet another case of debian/ubuntu using minimal shell...
  • Loading branch information
rhelmer committed Jul 23, 2013
2 parents 6eaeaa0 + ab0e2bb commit e51140f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ json_enhancements_pg_extension: bootstrap-dev
if [ ! -f `pg_config --pkglibdir`/json_enhancements.so ]; then sudo $(VIRTUALENV)/bin/python -c "from pgxnclient import cli; cli.main(['install', 'json_enhancements'])"; fi

webapp-django: bootstrap
pushd webapp-django; ./bin/jenkins.sh; popd;
cd webapp-django; ./bin/jenkins.sh

0 comments on commit e51140f

Please sign in to comment.