summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/pkg2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/pkg b/bin/pkg
index 88b26b8..843bcb4 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -317,6 +317,8 @@ function list_update_remote {
}
if (( ret == 0 )) {
cp $tmpfile .list-remote
+ } else {
+ die "remote list update failed\n"
}
rm $tmpfile
}