mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-07-01 15:35:45 +00:00
Fix a typo in hackage.sh
This commit is contained in:
parent
9b316449c5
commit
fe4331c768
@ -61,7 +61,7 @@ function hackage_mirror() {
|
|||||||
tar -ztf index.tar.gz | (cut -d/ -f 1,2 2>/dev/null) | sed 's|/|-|' > $remote_pklist
|
tar -ztf index.tar.gz | (cut -d/ -f 1,2 2>/dev/null) | sed 's|/|-|' > $remote_pklist
|
||||||
|
|
||||||
echo "building download list"
|
echo "building download list"
|
||||||
# substract local list from remote list
|
# subtract local list from remote list
|
||||||
# this cannot use pipe, or the `wait` afterwards cannot wait
|
# this cannot use pipe, or the `wait` afterwards cannot wait
|
||||||
# because pipe spawns a subshell
|
# because pipe spawns a subshell
|
||||||
while read pk; do
|
while read pk; do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user