X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/df1fab9eedaad9ec88e57933114022e72ba79e33..858b2fa7484165582eb123b00645c2a3b70b2495:/detect-hardlinks.sh?ds=sidebyside 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