Fixed problem with spaces in path.
This commit is contained in:
parent
359ec4da06
commit
d06f873047
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
HERE=`dirname $0`
|
HERE=`dirname $0`
|
||||||
find $1 -type d -print0 | while read -d $'\0' i; do
|
find $1 -type d -print0 | while read -d $'\0' i; do
|
||||||
$HERE/sqlite_cleanup.sh "$i"
|
"$HERE/sqlite_cleanup.sh" "$i"
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user