summaryrefslogtreecommitdiff
path: root/imagescheck/icccheck.sh
diff options
context:
space:
mode:
Diffstat (limited to 'imagescheck/icccheck.sh')
-rwxr-xr-ximagescheck/icccheck.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/imagescheck/icccheck.sh b/imagescheck/icccheck.sh
index 20d47a4..f9cdc72 100755
--- a/imagescheck/icccheck.sh
+++ b/imagescheck/icccheck.sh
@@ -2,4 +2,4 @@
export DIR="../../client-data"
-find $DIR -type f -name "*.png" -exec ./icccheckfile.sh {} \;
+find -H $DIR -type f -name "*.png" -exec ./icccheckfile.sh {} \;