http://apple.slashdot.org/article.pl?sid=01/11/04/0412209...
They had a shell script which didn't "quote" their $variables. It rm -rf'd entire drives by mistake. It's why I use "$@" now.
http://apple.slashdot.org/article.pl?sid=01/11/04/0412209...
They had a shell script which didn't "quote" their $variables. It rm -rf'd entire drives by mistake. It's why I use "$@" now.