From: "Turo Lamminen" Newsgroups: comp.os.msdos.djgpp Subject: Bug in Fileutils 3.16? Lines: 16 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Message-ID: <%vSk4.13$qZ4.870@read2.inet.fi> Date: Sun, 30 Jan 2000 08:21:15 GMT NNTP-Posting-Host: 212.213.37.145 X-Trace: read2.inet.fi 949220475 212.213.37.145 (Sun, 30 Jan 2000 10:21:15 EET) NNTP-Posting-Date: Sun, 30 Jan 2000 10:21:15 EET Organization: Sonera corp Internet services To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com When ln is invoked with -s to produce a "symbolic link" and the source file isn't an executable, it still tries to produce an .exe -file. When I do something like this: ln -s dummy.txt dummy2.txt It creates dummy2.txt.exe instead of dummy2.txt Isn't this a bug? -- Turo Lamminen turo DOT lamminen AT pp DOT inet DOT fi