From 858b2fa7484165582eb123b00645c2a3b70b2495 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Wed, 9 Sep 2015 09:56:20 -0400 Subject: [PATCH] detect-hardlinks.sh: Be more descriptive --- detect-hardlinks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/detect-hardlinks.sh b/detect-hardlinks.sh index fc4a0ee6..5b198ddb 100755 --- a/detect-hardlinks.sh +++ b/detect-hardlinks.sh @@ -7,7 +7,7 @@ for f in *; do if [ -d $f/massage ]; then cd $f/massage if [ -n "$(find . -type f -links +1)" ]; then - echo "$f contains hardlink" + echo "$f contains hardlink, which will not work on Android 6.0+" fi fi done -- 2.11.0