aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2022-07-02 09:43:06 +0200
committerKarel Kočí <cynerd@email.cz>2022-07-02 09:43:06 +0200
commitc49abeb1a3e2b526dda17e71bccba1630360470f (patch)
tree5fbd39d3919cca5dc7d2eb0f2aa4f64d19b543c5 /utils
parentc0d3adb0276937cd08642ed1e6e69ec83ee5bb49 (diff)
downloadmyconfigs-c49abeb1a3e2b526dda17e71bccba1630360470f.tar.gz
myconfigs-c49abeb1a3e2b526dda17e71bccba1630360470f.tar.bz2
myconfigs-c49abeb1a3e2b526dda17e71bccba1630360470f.zip
Use Nord color theme
Diffstat (limited to 'utils')
-rw-r--r--utils/inst3
1 files changed, 3 insertions, 0 deletions
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