tests/makedist.rb in rwdshell-0.99 vs tests/makedist.rb in rwdshell-1.00
- old
+ new
@@ -4,9 +4,10 @@
#* Copyright (c) 2004, 2005 by Steven Gibson. All Rights Reserved.
#* at "steven@superant.com".
#***********************************************************************/
$progdir =""
require 'fileutils'
+load 'rwdconfig.dist'
DistroName = "rwdshell"
load "configuration/#{DistroName}.dist"
DistroVersion=RwdShellVersion
DistroTitle="#{DistroName}-#{DistroVersion}"
\ No newline at end of file