|
@@ -428,7 +428,7 @@ if not year:
|
|
|
# check the names of scripts to assign the right folder
|
|
|
topdir = os.path.abspath(os.getenv("MODULE_TOPDIR"))
|
|
|
curdir = os.path.abspath(os.path.curdir)
|
|
|
-if curdir.startswith(topdir):
|
|
|
+if curdir.startswith(topdir + os.path.sep):
|
|
|
source_url = trunk_url
|
|
|
pgmdir = curdir.replace(topdir, "").lstrip(os.path.sep)
|
|
|
else:
|