version() abuse! Note of library writers.

Travis Boucher boucher.travis at gmail.com
Tue Nov 17 19:56:34 PST 2009


Another note, something I see in tango and I don't know why I didn't 
think about it before.

If you want to require bash, use:

#!/usr/bin/env bash

instead of

#!/bin/bash
#!/usr/bin/bash



More information about the Digitalmars-d mailing list