summaryrefslogtreecommitdiff
path: root/src/mips64el-tools/add-mips64el
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-09-22 18:13:15 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-09-22 18:13:15 -0400
commit04ba2e4b62c31e867cbc873d636e3184a009cac6 (patch)
treedab144cd1312f7be0e457e436bd57e82d1899db1 /src/mips64el-tools/add-mips64el
parent842eab9c67f0b6a45b5247da9a4cdb750431013d (diff)
parent610699384997e346f7826fe912dcd511ecc4cd8c (diff)
Merge commit '610699'
Conflicts: src/abslibre-tools/createworkdir
Diffstat (limited to 'src/mips64el-tools/add-mips64el')
-rwxr-xr-xsrc/mips64el-tools/add-mips64el2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mips64el-tools/add-mips64el b/src/mips64el-tools/add-mips64el
index e06d857..17b167b 100755
--- a/src/mips64el-tools/add-mips64el
+++ b/src/mips64el-tools/add-mips64el
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# Change all arch array that aren't any or mips64el already
find -name 'PKGBUILD' -exec sed -i "s/^\(arch=([^)anym]\+\))/\1 'mips64el')/" '{}' \;