[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Ruby question: Purpose of "ruby -run"?

From: Max Bowsher <maxb_at_ukf.net>
Date: 2005-03-20 14:24:30 CET

+INSTALL_EXTRA_SWIG_RB=\
+ $(RUBY) -run -e mkdir -- -p
$(DESTDIR)$(SWIG_RB_SITE_LIB_DIR)/svn/ext; \
+ (cd $(SWIG_RB_DIR); \
+ find svn \
+ -name "*.rb" \
+ -exec $(RUBY) -run -e install -- \
+ $(SWIG_RB_DIR)/\{\} \
+ $(DESTDIR)$(SWIG_RB_SITE_LIB_DIR)/\{\} \;)
+

What is the advantage of "ruby -run" over invoking the command directly?

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Mar 20 14:26:06 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.