Parent Directory | Revision Log | Revision Graph | Patch
Revision 1.3 by jpp, Sun Apr 17 04:00:17 2022 UTC | Revision 1.4 by jpp, Sun Apr 17 13:05:45 2022 UTC | |
---|---|---|
# | Line 88 diff -Nur --no-dereference e-smith-base- | Line 88 diff -Nur --no-dereference e-smith-base- |
88 | + if [ -f "$mylink" ]; then | + if [ -f "$mylink" ]; then |
89 | + cp --attributes-only "$mylink" "$f" | + cp --attributes-only "$mylink" "$f" |
90 | + fi | + fi |
91 | + found ++ | + ((found+=1)) |
92 | + fi | + fi |
93 | +done | +done |
94 | + | + |
|
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |