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