From: Brian W. <bdw...@in...> - 2008-06-03 14:22:50
Can we add 'sh' for each of the configure_*.sh scripts?
#! /bin/sh
sh ./configure_1.sh
sh ./configure_2.sh $@
This fixes a permissions problem I have when the .sh files aren't marked
as executable.
Brian