install: Use pwd instead of calculating the local path.

This commit is contained in:
Fabian Schlenz 2021-11-02 15:00:15 +01:00
parent f46b00c896
commit f21c3fdb52
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
SOURCE=$(dirname $0)
SOURCE=$(pwd)
TARGET="/usr/local/bin"
if [ ! -e "$SOURCE/dbash" ]; then