From fe4331c768fcab99f57c3e53018ce29fac3605e0 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Thu, 24 May 2018 01:53:47 +0800 Subject: [PATCH] Fix a typo in hackage.sh --- hackage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hackage.sh b/hackage.sh index fddcfab..bbf5bf7 100755 --- a/hackage.sh +++ b/hackage.sh @@ -61,7 +61,7 @@ function hackage_mirror() { tar -ztf index.tar.gz | (cut -d/ -f 1,2 2>/dev/null) | sed 's|/|-|' > $remote_pklist 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 # because pipe spawns a subshell while read pk; do