On 12/11/2009 1:06 AM, Charles Wilson wrote:
for f in /etc/postinstall/*.sh ; do
  /bin/bash -c $f && mv $f $f.done
done

I think you need to omit '-c' because some postinstall scripts are not executable.

Ken

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

Reply via email to