diff options
Diffstat (limited to 'add-mips64el')
-rwxr-xr-x | add-mips64el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/add-mips64el b/add-mips64el index e06d857..17b167b 100755 --- a/add-mips64el +++ b/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')/" '{}' \; |