Commit 115f938
committed
Fixed dotfile mv in pkg-build-deb picking up . and ..
The glob pattern `.*` matches `.` and `..`, causing spurious
warnings during tarball extraction. The `|| true` prevented the
script from failing, but the warnings are noisy and confusing.
Replaced with a loop that skips these special directory entries.
Signed-off-by: Lars Erik Wik <lars.erik.wik@northern.tech>1 parent 053bd25 commit 115f938
1 file changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
69 | 74 | | |
70 | 75 | | |
71 | 76 | | |
| |||
0 commit comments