From 40e56bdc127ae03723bcee772e46e62707075b0c 2012-02-28 18:26:03 From: MinRK Date: 2012-02-28 18:26:03 Subject: [PATCH] fix system->os.system typo in setupbase.py --- diff --git a/setupbase.py b/setupbase.py index 16d28fe..34fd6f7 100644 --- a/setupbase.py +++ b/setupbase.py @@ -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