Sorry for nitpicking, but wouldn't the right shell to use be /bin/sh. That would be portable. I, for instance, use zsh, and if I'm on a BSD system it's unlikely that I will have bash installed at all. *But*, /bin/sh is always there, although it may be a symlink to something else.
--Lorenzo On Wed, 2005-02-23 at 06:48 -0500, Jonathan Pryor wrote: >On Wed, 2005-02-23 at 10:17 +0100, [EMAIL PROTECTED] wrote: >> --------------------------- >> export PKG_CONFIG_PATH etc. etc. etc >> --------------------------- >> >> And what do I get: >> >> --------------------------- >> tcsh: export: Command not found. >> --------------------------- > >Use Bash. Please. `export' is sh-syntax for csh `setenv', IIRC, but >most online guides I've seen assume sh-syntax. Sticking with bash will >greatly simplify your life. > >Plus, csh-style shells are evil; see: > > http://www.faqs.org/faqs/unix-faq/shell/csh-whynot/ > > - Jon > > >_______________________________________________ >Gtk-sharp-list maillist - [email protected] >http://lists.ximian.com/mailman/listinfo/gtk-sharp-list > > _______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
