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:26 +0100 |
commit | 07b4682250694c5783aa374814c95ba9a2974a69 (patch) | |
tree | a8053b50f59dbcc9c0a9651e840096e21f3de454 /scripts | |
parent | 6fb6934a590e5ecda864183c0be83e1b59fec8c7 (diff) | |
download | openembedded-core-07b4682250694c5783aa374814c95ba9a2974a69.tar.gz openembedded-core-07b4682250694c5783aa374814c95ba9a2974a69.tar.bz2 openembedded-core-07b4682250694c5783aa374814c95ba9a2974a69.zip |
cleanup-workdir: fix typo
Fix typo.
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-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.""") break for d in obsolete_dirs: - print "Deleleting %s" % d + print "Deleting %s" % d shutil.rmtree(d, True) if len(obsolete_dirs): |