aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rwxr-xr-xinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index df7fa0c9..0bacd594 100755
--- a/install
+++ b/install
@@ -24,7 +24,7 @@ lns() {
# Define dotfiles directory and check it exists
dotfiles=$HOME/.dotfiles
if [[ ! -d $dotfiles ]]; then
- printf 'Could not find %s!\n' "$dotfiles" >&2
+ printf '%s: Could not find %s!\n' "$dotfiles" "${0##*/}" >&2
exit 1
fi