install: Fix.

This commit is contained in:
Fabian Schlenz 2021-11-02 14:55:07 +01:00
parent 154e73b291
commit 40ab734bb3
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
SOURCE=$(dirname $0)
[[ -e "$SOURCE/dbash" ]] || { echo "Please cd to the directory containing this file and try to run _install.sh again." ; exit 1 }
[[ -e "$SOURCE/dbash" ]] || { echo "Please cd to the directory containing this file and try to run _install.sh again." ; exit 1; }
TARGET=/usr/local/bin
ln -sf "$SOURCE/dbash" "$TARGET/dbash"