commit fe8ca2e3ca8ab60d3c39a5af04ddf7c4188ffd6c parent 1daaeda6f3aca6f9f8e5b3196314442fb74fae14 Author: Chris Down <chris@chrisdown.name> Date: Fri, 6 Jan 2017 17:28:31 +0000 Don't mention non-existing clipmenu-fsck Diffstat:
M | clipmenu | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/clipmenu b/clipmenu @@ -17,7 +17,7 @@ file=$cache_dir/$(cksum <<< "$chosen_line") if ! [[ -f "$file" ]]; then # We didn't find this in cache - printf 'FATAL: %s not in cache, run clipmenu-fsck\n' "$chosen_line" >&2 + printf 'FATAL: %s not in cache\n' "$chosen_line" >&2 exit 2 fi