From: <jh...@us...> - 2010-01-21 04:09:53
|
Revision: 198 http://etch.svn.sourceforge.net/etch/?rev=198&view=rev Author: jheiss Date: 2010-01-21 04:09:46 +0000 (Thu, 21 Jan 2010) Log Message: ----------- Add some missing quotes. Modified Paths: -------------- trunk/client/Rakefile Modified: trunk/client/Rakefile =================================================================== --- trunk/client/Rakefile 2010-01-21 01:17:36 UTC (rev 197) +++ trunk/client/Rakefile 2010-01-21 04:09:46 UTC (rev 198) @@ -57,7 +57,7 @@ line.sub!(/=.*/, "= '#{ETCHVER}'") end if options[:etcdir] && line =~ /^\s*CONFIGDIR/ - line.sub!(/=.*/, "= #{options[:etcdir]}") + line.sub!(/=.*/, "= '#{options[:etcdir]}'") end newfile.write(line) end This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |