From f21c3fdb52d0b8c9da9ab5d0117d13eb3f334d3e Mon Sep 17 00:00:00 2001 From: Fabian Schlenz Date: Tue, 2 Nov 2021 15:00:15 +0100 Subject: [PATCH] install: Use pwd instead of calculating the local path. --- _install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_install.sh b/_install.sh index ae0ec35..cc4cae5 100755 --- a/_install.sh +++ b/_install.sh @@ -1,6 +1,6 @@ #!/bin/sh -SOURCE=$(dirname $0) +SOURCE=$(pwd) TARGET="/usr/local/bin" if [ ! -e "$SOURCE/dbash" ]; then