Fixed clean_target function

This commit is contained in:
Manfred Touron 2014-11-09 21:52:00 +00:00
parent a500b50870
commit 36eb9c0a07
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ patch_target() {
}
clean_target() {
clean_paths=$1
clean_paths="$@"
for path in $clean_paths; do
if [ -e "$TARGET/$path" ]; then
sudo rm -rf "$TARGET/$path"