Skip to content
Snippets Groups Projects
Commit 2f9095ad authored by Maarten Lankhorst's avatar Maarten Lankhorst
Browse files

maintainer-tools: Fix hardcoded reference to src in create_workdir


Should be ${DIM_DRM_INTEL}.

Signed-off-by: default avatarMaarten Lankhorst <maarten.lankhorst@ubuntu.com>
parent a0c6f7b9
No related branches found
No related tags found
No related merge requests found
......@@ -541,7 +541,7 @@ function create_workdir
echo Creating separate workdir for $branch
$DRY git-new-workdir src $branch $branch
$DRY git-new-workdir ${DIM_DRM_INTEL} $branch $branch
done
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment