I notice mention of shebangs like #!/usr/bash and #!/usr/sh. I think you have to use #!/bin/bash and #!/bin/sh.
We don't use the bash shell in pCP, everything we do is basic sh (or ash). pCP uses #!/bin/sh. There are 2 or 3 variants used in piCore scripts but lets not confuse the issue. ------------------------------------------------------------------------ Greg Erskine's Profile: http://forums.slimdevices.com/member.php?userid=7403 View this thread: http://forums.slimdevices.com/showthread.php?t=112760 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
