1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 15:42:48 -05:00

script fixes for mac

This commit is contained in:
Kyle Spearrin
2017-08-19 15:27:57 -04:00
parent 401b3b95a0
commit 3ca8801af0
13 changed files with 34 additions and 20 deletions

2
util/Setup/build.sh Normal file → Executable file
View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -e
DIR="$(dirname $(readlink -f $0))"
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
echo -e "\n# Building Setup"