diff --git a/build.bash b/build.bash index 58b2ad4..f9c7ab8 100755 --- a/build.bash +++ b/build.bash @@ -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