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:
4b9ecf4
)
Make detect-hardlinks.sh look also in subpackages
author
Fredrik Fornwall
<fredrik@fornwall.net>
Sun, 11 Oct 2015 15:10:12 +0000
(11:10 -0400)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Sun, 11 Oct 2015 15:10:12 +0000
(11:10 -0400)
detect-hardlinks.sh
patch
|
blob
|
blame
|
history
diff --git
a/detect-hardlinks.sh
b/detect-hardlinks.sh
index 5b198ddb4cb550ed04bbc3d7153783cb73d7b41e..9fd4fafb63f72c17d3a27e370394c895ec08058e 100755
(executable)
--- a/
detect-hardlinks.sh
+++ b/
detect-hardlinks.sh
@@
-2,7
+2,7
@@
cd $HOME/termux
-for f in *; do
+for f in *
*/subpackages/*
; do
cd $HOME/termux
if [ -d $f/massage ]; then
cd $f/massage