chiark
/
gitweb
/
~mdw
/
termux-packages
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df1fab9
)
detect-hardlinks.sh: Be more descriptive
author
Fredrik Fornwall
<fredrik@fornwall.net>
Wed, 9 Sep 2015 13:56:20 +0000
(09:56 -0400)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Wed, 9 Sep 2015 13:56:20 +0000
(09:56 -0400)
detect-hardlinks.sh
patch
|
blob
|
blame
|
history
diff --git
a/detect-hardlinks.sh
b/detect-hardlinks.sh
index fc4a0ee61cde1f20244016d089f8d1de6028c3aa..5b198ddb4cb550ed04bbc3d7153783cb73d7b41e 100755
(executable)
--- 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