Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site sdcrdcf.UUCP Path: utzoo!watmath!clyde!bonnie!akgua!sdcsvax!sdcrdcf!jonab From: jonab@sdcrdcf.UUCP (Jonathan Biggar) Newsgroups: net.sources.bugs Subject: Rn bug patch #21 (REPOSTED) Message-ID: <1485@sdcrdcf.UUCP> Date: Fri, 16-Nov-84 19:05:47 EST Article-I.D.: sdcrdcf.1485 Posted: Fri Nov 16 19:05:47 1984 Date-Received: Sun, 18-Nov-84 05:18:31 EST Reply-To: jonab@sdcrdcf.UUCP (Jonathan Biggar) Distribution: net Organization: System Development Corp. R+D, Santa Monica Lines: 46 System: rn version 4.1 Bug #: 21 Priority: LOW Subject: filexp (the shell script) doesn't do ~/ or ~ right. Index: Configure From: steven@mcvax.UUCP (Steven Pemberton) Description: There is a little shell script spit out by Configure to do tilde (~) substitution on systems that don't have csh. Unfortunately, it doesn't do ~ or ~/* correctly if your home directory name happens to contain a slash (heh heh). Repeat-By: Say "filexp ~". Fix: You can change this either in Configure or in filexp itself as you see fit. From rn, say "| patch FILENAME -d DIR", where DIR is your rn source directory, and FILENAME is either filexp or Configure. Outside of rn, say "cd DIR; patch FILENAME