Changeset 595

Show
Ignore:
Timestamp:
03/29/07 15:08:44 (2 years ago)
Author:
sacha
Message:

typo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/bin/applications/nightly_build_test_infrastructure/chroot.rb

    r592 r595  
    6969    run "#{@sudo}mount /dev #{@complete_path}/dev -o bind" 
    7070    run "#{@sudo}echo \"cd /dev; /sbin/MAKEDEV generic; cd -\" >> /#{@complete_path}/root/dev_create" 
    71     run "#{@sudo]chroot #{@complete_path} sh root/dev_create" 
     71    run "#{@sudo}chroot #{@complete_path} sh root/dev_create" 
    7272 
    7373    return @complete_path