Jul 25, '05 08:58:00AM • Contributed by: Anonymous
It turns out that I had aliased rm to rm -i, so I would not clobber files as easily. Unfortunately, the Canon installer used my tcsh environment in its script. This is bad form, I would say.
Inside the script was a section that tried to delete some files using rm. Since the alias was present, it was waiting for me to say y but, of course, that was futile since it was not being run in a Terminal window. I removed the alias I had in my .cshrc, and the installer worked fine.
