Skip to content

Commit

Permalink
Merge pull request Antergos#135 from Litarvan/master
Browse files Browse the repository at this point in the history
Compatibility fix for utils.sh script
  • Loading branch information
lots0logs authored Jun 18, 2017
2 parents 387fb6f + 13909b2 commit 97a1e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/utils.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

BUILD_DIR="$(realpath $(dirname "${BASH_SOURCE[0]}"))"
REPO_DIR="$(dirname "${BUILD_DIR}")"
Expand Down

0 comments on commit 97a1e69

Please sign in to comment.