diff options
author | Kai Kang <kai.kang@windriver.com> | 2013-06-25 17:08:36 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-25 17:57:29 +0100 |
commit | 44011231ee1ccaabea48c30095ae6f085d577273 (patch) | |
tree | be91c3ad4917ce4f01cecedc9b53a64502f443fc /scripts/cleanup-workdir | |
parent | 81fe6e4fde294b4880ad03d9991bfed43caaac91 (diff) | |
download | poky-44011231ee1ccaabea48c30095ae6f085d577273.tar.gz |
cleanup-workdir: fix typo
Fix typo.
(From OE-Core rev: 07b4682250694c5783aa374814c95ba9a2974a69)
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/cleanup-workdir')
-rwxr-xr-x | scripts/cleanup-workdir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cleanup-workdir b/scripts/cleanup-workdir index b2408fcfc6..8e6bc4388d 100755 --- a/scripts/cleanup-workdir +++ b/scripts/cleanup-workdir | |||
@@ -174,7 +174,7 @@ will be deleted. Be CAUTIOUS.""") | |||
174 | break | 174 | break |
175 | 175 | ||
176 | for d in obsolete_dirs: | 176 | for d in obsolete_dirs: |
177 | print "Deleleting %s" % d | 177 | print "Deleting %s" % d |
178 | shutil.rmtree(d, True) | 178 | shutil.rmtree(d, True) |
179 | 179 | ||
180 | if len(obsolete_dirs): | 180 | if len(obsolete_dirs): |