summaryrefslogtreecommitdiffstats
path: root/scripts/package_crystalsvg
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/package_crystalsvg')
-rwxr-xr-xscripts/package_crystalsvg2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/package_crystalsvg b/scripts/package_crystalsvg
index 4456613a..1502da20 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=$(tqfind "$SEARCH_DIR" -name "cr*.svg*" -type f)
+SVGFILES=$(find "$SEARCH_DIR" -name "cr*.svg*" -type f)
if [ $? -ne 0 ]; then
echo "There was an error when searching for the files. Exiting."
exit 1;