diff options
Diffstat (limited to 'bin/pkg')
-rwxr-xr-x | bin/pkg | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -317,6 +317,8 @@ function list_update_remote { } if (( ret == 0 )) { cp $tmpfile .list-remote + } else { + die "remote list update failed\n" } rm $tmpfile } |