DragonFly BSD
DragonFly commits List (threaded) for 2005-09
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: cvs commit: src/sys/conf Makefile.amd64 Makefile.i386


From: "Simon 'corecode' Schubert" <corecode@xxxxxxxxxxxx>
Date: Sun, 25 Sep 2005 16:10:32 +0200

Jeroen Ruigrok/asmodai wrote:
-On [20050925 15:52], Simon 'corecode' Schubert (corecode@xxxxxxxxxxxx) wrote:

% test -f "`echo /modules/*`" && echo found
%


Is this sh or tcsh you are testing from?

Looks like tcsh.  I tested everything with ash, which is make's default and
really only supported SHELL setting in practise..

how about this (although slower):


$ stat /var/empty/* >/dev/null 2>&1 && echo found
$ stat /modules/* >/dev/null 2>&1 && echo found
found
$

cheers
  simon

--
Serve - BSD     +++  RENT this banner advert  +++    ASCII Ribbon   /"\
Work - Mac      +++  space for low $$$ NOW!1  +++      Campaign     \ /
Party Enjoy Relax   |   http://dragonflybsd.org      Against  HTML   \
Dude 2c 2 the max   !   http://golden-apple.biz       Mail + News   / \



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]