aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2007-11-26 01:19:50 +0000
committerRalph Amissah <ralph@amissah.com>2007-11-26 01:24:05 +0000
commitb0b8fd1f24c79e85f63cd417e5ad4d9daea45a1d (patch)
treeea7482f808bdae16021c2c3e99213dee9e7e8842 /lib
parentvarious small adjustments for 0.62.3 (diff)
sysenv step in remote images test needs to be retained
Diffstat (limited to 'lib')
-rw-r--r--lib/sisu/v0/sysenv.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v0/sysenv.rb b/lib/sisu/v0/sysenv.rb
index 930068f1..5e6246fc 100644
--- a/lib/sisu/v0/sysenv.rb
+++ b/lib/sisu/v0/sysenv.rb
@@ -2355,7 +2355,7 @@ p @zap
System_call.new(local_gen,remote_gen,@opt.cmd).rsync('--delete-after')
if FileTest.file?("#{local_src}/#{src_txt}")
System_call.new("#{local_src}/#{src_txt}",remote_src,@opt.cmd).rsync
- if not @md.ec[:image].empty?
+ if defined? @md.ec[:image] and not @md.ec[:image].empty?
images="#{local_gen_image}/" + @md.ec[:image].join(" #{local_gen_image}/")
System_call.new(images,remote_images,@opt.cmd).rsync
images_external="#{local_gen_image_external}/" + @md.ec[:image].join(" #{local_gen_image_external}/")