Changes by: yura
Update of /cvs/linux-ntfs/ntfsprogs
In directory delta357:/tmp/cvs-serv16886
Modified Files:
autogen.sh
Log Message:
oops, committed temporary thing by accident
hope this will work for everyone
Index: autogen.sh
===================================================================
RCS file: /cvs/linux-ntfs/ntfsprogs/autogen.sh,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- autogen.sh 18 Dec 2006 13:32:58 -0000 1.11
+++ autogen.sh 18 Dec 2006 13:39:23 -0000 1.12
@@ -1,4 +1,4 @@
-#!/usr/local/bin/bash
+#!/usr/bin/env bash
# Run this to generate configure, Makefile.in's, etc
if test "$srcdir" == ""; then
|