Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!cmcl2!rna!dan From: dan@rna.UUCP Newsgroups: net.bugs.4bsd,net.unix-wizards Subject: Bug in ADB Message-ID: <210@rna.UUCP> Date: Mon, 30-Jan-84 00:56:17 EST Article-I.D.: rna.210 Posted: Mon Jan 30 00:56:17 1984 Date-Received: Tue, 31-Jan-84 03:33:00 EST Lines: 25 Subject: Arguments after the first supplied to the :r command of ADB get the first character lopped off. Index: bin/adb/runpcs.c (maybe) 4.2BSD Description: When giving more than one argument to the :r command of ADB the first character of each subsequent argument is dropped. Repeat-By: adb /bin/echo :r hello this example /bin/echo: running hello his xample process terminated Fix: Haven't had time to wade to ADB's Bourne/A68'isms. Presumably in runpcs.c the first character gets throw away while looking for io redirections. For now, of course, supply a extra first character to be thrown away. Cheers, Dan Ts'o ...cmcl2!rna!dan