Fixed clean_target function

This commit is contained in:
Manfred Touron 2014-11-09 21:52:00 +00:00
parent 4d1bd4b677
commit 924b961dc3
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"