Skip to content

Commit

Permalink
Switched to using a more cross-platform build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
j-rewerts authored and tombh committed Sep 22, 2018
1 parent 582ac72 commit 3c0ddf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion interfacer/contrib/build_browsh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

set -e

INTERFACER_ROOT=$(readlink -m "$( cd "$(dirname "$0")" ; pwd -P )"/../)
INTERFACER_ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && cd ../ && pwd )"
cd $INTERFACER_ROOT

# Install `dep` the current defacto dependency manager for Golang
Expand Down
2 changes: 1 addition & 1 deletion interfacer/contrib/xpi2bin.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

INTERFACER_ROOT=$(readlink -m "$( cd "$(dirname "$0")" ; pwd -P )"/../)
INTERFACER_ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && cd ../ && pwd )"

go-bindata -version
go-bindata \
Expand Down

0 comments on commit 3c0ddf0

Please sign in to comment.