From 033bf5e02523ee3386a305ae11afb8fbbd79f2a4 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 25 Feb 2004 12:16:30 +0000 Subject: * instruby.rb (with_destdir): should return the given argument if no DESTDIR is given. * instruby.rb: use path name expansion of cmd.exe. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5830 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fadedefe7..9228c748c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Wed Feb 25 21:16:10 2004 Nobuyoshi Nakada + + * instruby.rb (with_destdir): should return the given argument if no + DESTDIR is given. + + * instruby.rb: use path name expansion of cmd.exe. + Wed Feb 25 20:44:45 2004 Nobuyoshi Nakada * lib/cgi-lib.rb, lib/getopts.rb, lib/importenv.rb, lib/parsearg.rb: -- cgit