summaryrefslogtreecommitdiff
path: root/src/mips64el-tools/add-mips64el
diff options
context:
space:
mode:
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')/" '{}' \;