Browse Source

utils.sh - compatiblity fix

sisyphus
Adrien Navratil 8 years ago committed by GitHub
parent
commit
13909b2dca
  1. 2
      build/utils.sh

2
build/utils.sh

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
BUILD_DIR="$(realpath $(dirname "${BASH_SOURCE[0]}"))" BUILD_DIR="$(realpath $(dirname "${BASH_SOURCE[0]}"))"
REPO_DIR="$(dirname "${BUILD_DIR}")" REPO_DIR="$(dirname "${BUILD_DIR}")"

Loading…
Cancel
Save