* Thomas G. Burke
> if I put in the #!/bin/sh, I just get the following:
> 
>       bash: ./backup: No such file or directory
> 
> ugh.  I don't get it.  I've seen this problem when things have the
> wrong style of quote before, but I don't see that as a problem
> here...  or is it?

(Incredible difficult to answer questions when one top posts, why can't
the news proper way also migrate to mailing lists?)

Anyway, one way to debug shell scripts is to start them with option v:

  sh -v ./backup

Then every line will be printet out before it is executed.

-- 
 Jon Haugsand, [EMAIL PROTECTED]
 http://www.norges-bank.no



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to