From 6d6b719221d3b4190325b43a3fbfd14405765420 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Thu, 20 Jun 2013 18:21:41 -0300 Subject: Search shell in path --- add-mips64el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'add-mips64el') 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')/" '{}' \; -- cgit v1.2.3-54-g00ecf