diff options
Diffstat (limited to 'scripts/package_crystalsvg')
-rwxr-xr-x | scripts/package_crystalsvg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/package_crystalsvg b/scripts/package_crystalsvg index 1502da20..4456613a 100755 --- a/scripts/package_crystalsvg +++ b/scripts/package_crystalsvg @@ -75,7 +75,7 @@ echo "done" # Startup # Find the SVGs FILES="$PKGDIR/FILES" echo -n "Searching for the SVG files..." -SVGFILES=$(find "$SEARCH_DIR" -name "cr*.svg*" -type f) +SVGFILES=$(tqfind "$SEARCH_DIR" -name "cr*.svg*" -type f) if [ $? -ne 0 ]; then echo "There was an error when searching for the files. Exiting." exit 1; |