Changeset 313 for tbroadcast


Ignore:
Timestamp:
Nov 12, 2006, 2:11:33 PM (18 years ago)
Author:
garonne
Message:

add space for command

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tbroadcast/v2.0.3/python/tbroadcast.py

    r312 r313  
    527527        lines = lines +  '\t@echo "#--------------------------------------------------------------"\n'
    528528        lines = lines + '\t+@cd ' + self.packages[package]['path']           
    529         lines = lines + ' &&' + newcommand               
     529        lines = lines + ' && ' + newcommand               
    530530        lines = lines + '\n\n'
    531531        return lines
Note: See TracChangeset for help on using the changeset viewer.