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)
committerMichael Adam <obnox@samba.org>
Fri, 24 Jun 2011 23:07:15 +0000 (01:07 +0200)
"/usr/bin/env pyhton" should always work as long as pyhton is in the path.

Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Sat Jun 25 01:07:15 CEST 2011 on sn-devel-104

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