Hi Ersin, looking at your last commit, I saw :
> -#!/bin/sh > +#!/bin/bash I don't think that it's a good idea to change the shell from sh to bash. I'm not sure that solaris systems provide bash natively, and on linux system, sh resolve to bash. As a general rule, we should always use sh to be sure that the script will run on every *ix system ! -- Emmanuel
