On 22 Jun 2013, at 20:24, Robert Wolfe wrote:

> On 06/22/2013 09:38 AM, Jonas Maebe wrote:
>> And
>>   file `which fpc`
> 
> [robert@shell ~]$ file 'which fpc'
> which fpc: cannot open `which fpc' (No such file or directory)

FWIW, it should have been
  file `which fpc`

not

  file 'which fpc'

(backticks mean "replace what's between the backticks with the output of that 
command")


Jonas_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to