Use bash for build script

This commit is contained in:
Ross Poulton 2013-01-23 11:01:40 +11:00
parent b56c5eb85f
commit 30bce8c27e

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# django-helpdesk shell script to upload to pypi.
WORKDIR=/tmp/django-helpdesk-build.$$