From c49abeb1a3e2b526dda17e71bccba1630360470f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 2 Jul 2022 09:43:06 +0200 Subject: Use Nord color theme --- utils/inst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'utils/inst') diff --git a/utils/inst b/utils/inst index e23b8de..b4090ec 100644 --- a/utils/inst +++ b/utils/inst @@ -117,6 +117,9 @@ doinst() { } inst() { + if [ ! -e "$1" ]; then + echo "Missing file to be installed: $1" >&2 + fi if [ -e "$2" ]; then # If output exists, execute diff instead checkdiff $1 $2 -- cgit v1.2.3