diff options
-rw-r--r-- | include/get.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/get.sh b/include/get.sh index 120d4264..b3d17d7e 100644 --- a/include/get.sh +++ b/include/get.sh @@ -114,7 +114,7 @@ try_file() else bad_checksum "$6" "$cached" && x_ rm -f "$cached" && return 1 [ "$cached" != "$5" ] && x_ cp "$cached" "$5" - bad_checksum "$6" "$5" && x_ rm -rf "$5" && return 1; : + bad_checksum "$6" "$5" && x_ rm -f "$5" && return 1; : fi } |