Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/send-patches
diff options
context:
space:
mode:
Diffstat (limited to 'commands/send-patches')
-rwxr-xr-xcommands/send-patches2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/send-patches b/commands/send-patches
index bea7f79..52f81aa 100755
--- a/commands/send-patches
+++ b/commands/send-patches
@@ -90,7 +90,7 @@ def setup():
common.setup()
-if os.path.dirname(os.getcwd()) != config.source_dir:
+if os.path.dirname(os.getcwd()) != config.get_source_dir():
print "The command must be run inside one of the source modules."
sys.exit(1)