[4613] in Athena Bugs
xmh problems with 'delete'
daemon@ATHENA.MIT.EDU (wchuang@ATHENA.MIT.EDU)
Sun Mar 25 00:16:32 1990
From: wchuang@ATHENA.MIT.EDU
Date: Sun, 25 Mar 90 00:16:20 -0500
To: bugs@ATHENA.MIT.EDU
Bug report on 'xmh':
(sorry that this isn't in standard format, but sendbug was returning
"icotl: Operation not supported on socket")
In xmh, the 'delete folder' function sometimes does not work. This is
because it tries to do:
rm foldername
instead of:
rm 'foldername'
This can cause some problems, because sometimes users create folders
with special characters in them (such as ^, !, &, etc). These folders
*can* be created, but the shell script which tries to delete them
chokes. For reference, look at logfile #5415 in discuss omail. A user
created a folder named "G^2&POOFEY", and the error messages generated
were from sh.
Should be a quick and easy fix.
William