mirror of
https://github.com/bitwarden/server.git
synced 2024-11-25 12:45:18 +01:00
Made command substitution
POSIX compliant (#1154)
This commit is contained in:
parent
63f6dd9a24
commit
eb708cbf1b
@ -22,7 +22,7 @@ EOF
|
|||||||
# Setup
|
# Setup
|
||||||
|
|
||||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
SCRIPT_NAME=`basename "$0"`
|
SCRIPT_NAME=$(basename "$0")
|
||||||
SCRIPT_PATH="$DIR/$SCRIPT_NAME"
|
SCRIPT_PATH="$DIR/$SCRIPT_NAME"
|
||||||
OUTPUT="$DIR/bwdata"
|
OUTPUT="$DIR/bwdata"
|
||||||
if [ $# -eq 2 ]
|
if [ $# -eq 2 ]
|
||||||
|
Loading…
Reference in New Issue
Block a user