CopyDirectoryToContainer: fix typo in comment
This commit is contained in:
@@ -333,7 +333,7 @@ rule CopyDirectoryToContainer container : directoryTokens : sourceDirectory
|
|||||||
}
|
}
|
||||||
|
|
||||||
# If sourceDirectory is a path, not a target, make it a target, so we can
|
# If sourceDirectory is a path, not a target, make it a target, so we can
|
||||||
# tree them the same way.
|
# treat both the same way.
|
||||||
if ! isTarget in $(flags) {
|
if ! isTarget in $(flags) {
|
||||||
sourceDirectory = $(sourceDirectory:G=copy-directory-to-container) ;
|
sourceDirectory = $(sourceDirectory:G=copy-directory-to-container) ;
|
||||||
SEARCH on $(sourceDirectory) = ;
|
SEARCH on $(sourceDirectory) = ;
|
||||||
|
|||||||
Reference in New Issue
Block a user