From 1243d549d3d0e828d6558e72da8ce985c76ab769 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20Adolfo=20Mesa=20Rold=C3=A1n?= Date: Sun, 4 Oct 2020 15:24:55 +0200 Subject: [PATCH] 0.6r10 --- bin/install.sh | 2 +- lch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/install.sh b/bin/install.sh index bc9716e..dd51048 100755 --- a/bin/install.sh +++ b/bin/install.sh @@ -2,7 +2,7 @@ if [ "$UID" != "0" ]; then echo " Only root can execute this script, sorry." - echo " Try 'sudo ./install.sh'" + echo " Try 'sudo $0'" exit 0 fi diff --git a/lch b/lch index a79c250..860e85b 100755 --- a/lch +++ b/lch @@ -1,5 +1,5 @@ #!/usr/bin/env bash -VERSION=0.6r9 +VERSION=0.6r10 DEST=$1 shift 1 ORIG=$@