Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Path: utzoo!mnetor!uunet!husc6!cmcl2!brl-adm!brl-smoke!gwyn
From: gwyn@brl-smoke.ARPA (Doug Gwyn )
Newsgroups: comp.unix.wizards,comp.unix.questions,comp.lang.c
Subject: Re: Help! How 2 get info from C to Unix script
Message-ID: <6784@brl-smoke.ARPA>
Date: Fri, 4-Dec-87 11:29:42 EST
Article-I.D.: brl-smok.6784
Posted: Fri Dec  4 11:29:42 1987
Date-Received: Wed, 9-Dec-87 03:20:32 EST
References: <1569@ssc-vax.UUCP>
Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) )
Organization: Ballistic Research Lab (BRL), APG, MD.
Lines: 5
Keywords: C, Unix script, need help
Xref: mnetor comp.unix.wizards:5809 comp.unix.questions:5196 comp.lang.c:5732

In article <1569@ssc-vax.UUCP> bact@ssc-vax.UUCP (Archie A. Auxter) writes:
>FILE_PICKED=(call C program here, have it return filename)

Change this to:
	FILE_PICKED=`(call C program here, have it return filename)`