On 2/4/12 8:04 PM, Bruce Dubbs wrote:
> If you know of any issues it the current scripts, let me know.

Off the top of my head, the use of 'echo -e' and 'echo -n' is not 
handled the same in every shell. Switching those to printf "...\n" and 
printf "..." respectively is more universal.

In my scripts, there were also a couple of instances of the function 
keyword used when it is more portable without it - not sure if you have 
any of those in your current scripts.

JH


-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to