summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/perforce.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/fetch2/perforce.py')
-rw-r--r--bitbake/lib/bb/fetch2/perforce.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch2/perforce.py b/bitbake/lib/bb/fetch2/perforce.py
index fc4074d5a3..d2ecccc540 100644
--- a/bitbake/lib/bb/fetch2/perforce.py
+++ b/bitbake/lib/bb/fetch2/perforce.py
@@ -112,7 +112,7 @@ class Perforce(FetchMethod):
112 base = path 112 base = path
113 which = path.find('/...') 113 which = path.find('/...')
114 if which != -1: 114 if which != -1:
115 base = path[:which] 115 base = path[:which-1]
116 116
117 base = self._strip_leading_slashes(base) 117 base = self._strip_leading_slashes(base)
118 118