From a243cb1735cd8f3adc77eeb490febd8b8989ca3f Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Sun, 13 May 2012 16:29:39 +0000
Subject: [PATCH] scripts/ipkg-make-index.sh: use bash instead of /bin/sh to
 fix use of [[ ]]

SVN-Revision: 31708
---
 scripts/ipkg-make-index.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/ipkg-make-index.sh b/scripts/ipkg-make-index.sh
index a529f28ef5..31b4327da3 100755
--- a/scripts/ipkg-make-index.sh
+++ b/scripts/ipkg-make-index.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env bash
 set -e
 
 pkg_dir=$1
-- 
GitLab