Skip to content

Commit

Permalink
Always use /usr/bin/env python in shebang line
Browse files Browse the repository at this point in the history
  • Loading branch information
schmichael authored and erh committed Jul 24, 2010
1 parent c9a9fb7 commit 8d4a954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.bash
Expand Up @@ -8,7 +8,7 @@ do

out=mongo_$x

echo "#!"`which python` > $out
echo "#!/usr/bin/env python" > $out
echo "" >> $out
echo "## GENERATED FILE - DO NOT EDIT" >> $out
cat src/header.py >> $out
Expand Down

0 comments on commit 8d4a954

Please sign in to comment.