s3:test: don't rely on pyhton being in /usr/bin/python in the sids2xids test
authorMichael Adam <obnox@samba.org>
Fri, 24 Jun 2011 14:40:17 +0000 (16:40 +0200)
committerKarolin Seeger <kseeger@samba.org>
Tue, 28 Jun 2011 18:24:29 +0000 (20:24 +0200)
"/usr/bin/env pyhton" should always work as long as pyhton is in the path.

source3/script/tests/test_wbinfo_sids2xids_int.py

index 064a30002674d9ffb5b63470295a143de77a3749..87db0efed294966dd2185e034eb0a29662fcde2e 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 import sys,os,subprocess