fix system->os.system typo

in setupbase.py
pull/37/head
MinRK 14 years ago
parent 7ad2568d53
commit 212ec345e6

@ -287,7 +287,7 @@ def target_update(target,deps,cmd):
command if target is outdated."""
if target_outdated(target,deps):
system(cmd)
os.system(cmd)
#---------------------------------------------------------------------------
# Find scripts

Loading…
Cancel
Save