##// END OF EJS Templates
fix system->os.system typo...
MinRK -
Show More
@@ -287,7 +287,7 b' def target_update(target,deps,cmd):'
287 command if target is outdated."""
287 command if target is outdated."""
288
288
289 if target_outdated(target,deps):
289 if target_outdated(target,deps):
290 system(cmd)
290 os.system(cmd)
291
291
292 #---------------------------------------------------------------------------
292 #---------------------------------------------------------------------------
293 # Find scripts
293 # Find scripts
General Comments 0
You need to be logged in to leave comments. Login now