CopyDirectoryToContainer: fix typo in comment

This commit is contained in:
Ingo Weinhold
2013-05-09 03:30:19 +02:00
parent fa4511f61b
commit f666576f62
+1 -1
View File
@@ -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) = ;