diff options
author | Karel Kočí <cynerd@email.cz> | 2022-07-02 09:43:06 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2022-07-02 09:43:06 +0200 |
commit | c49abeb1a3e2b526dda17e71bccba1630360470f (patch) | |
tree | 5fbd39d3919cca5dc7d2eb0f2aa4f64d19b543c5 /utils/inst | |
parent | c0d3adb0276937cd08642ed1e6e69ec83ee5bb49 (diff) | |
download | myconfigs-c49abeb1a3e2b526dda17e71bccba1630360470f.tar.gz myconfigs-c49abeb1a3e2b526dda17e71bccba1630360470f.tar.bz2 myconfigs-c49abeb1a3e2b526dda17e71bccba1630360470f.zip |
Use Nord color theme
Diffstat (limited to 'utils/inst')
-rw-r--r-- | utils/inst | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |