Fix interpreter to be bash, not python

This commit is contained in:
Daniel P. Berrange 2006-06-19 10:28:06 -04:00
parent 5d96c1d09c
commit 27a0386f62

View File

@ -1,3 +1,3 @@
#!/usr/bin/python
#!/bin/sh
exec python "::PYTHONDIR::/::PACKAGE::.py" "$@"