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