install: Use pwd instead of calculating the local path.
This commit is contained in:
parent
f46b00c896
commit
f21c3fdb52
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
SOURCE=$(dirname $0)
|
SOURCE=$(pwd)
|
||||||
TARGET="/usr/local/bin"
|
TARGET="/usr/local/bin"
|
||||||
|
|
||||||
if [ ! -e "$SOURCE/dbash" ]; then
|
if [ ! -e "$SOURCE/dbash" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user