Shell script problem

Markus Schönhaber ubuntu-users at list-post.mks-mail.de
Mon Mar 1 14:12:06 UTC 2010


01.03.2010 14:40, Vijay Shanker Dubey:

> sorry guys,
> 
> have attached new  file.

I you use bashisms, make sure your script is run through bash, i. e.
make the shebang read
#!/bin/bash
instead of
#!/bin/sh

-- 
Regards
  mks




More information about the ubuntu-users mailing list