Ver código fonte

scripts/ipkg-make-index.sh: use bash instead of /bin/sh to fix use of [[ ]]

SVN-Revision: 31708
Felix Fietkau 13 anos atrás
pai
commit
a243cb1735
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      scripts/ipkg-make-index.sh

+ 1 - 1
scripts/ipkg-make-index.sh

@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env bash
 set -e
 
 pkg_dir=$1