summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xupdate-packages4
1 files changed, 2 insertions, 2 deletions
diff --git a/update-packages b/update-packages
index 3df1022..090259a 100755
--- a/update-packages
+++ b/update-packages
@@ -16,9 +16,9 @@ if [ $# -eq 0 ]; then
p
' \
| parallel -j50 "$0"
+ "${0%/*}/package-status" > "${0%/*}/packages"
+ echo "$commit" > "$0.commit"
fi
- "${0%/*}/package-status" > "${0%/*}/packages"
- echo "$commit" > "$0.commit"
rm "$0.lock"
exit
fi