This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
OpenWrt
/
openwrt
kopia lustrzana
https://github.com/openwrt/openwrt.git
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Przeglądaj źródła
scripts/ipkg-make-index.sh: use bash instead of /bin/sh to fix use of [[ ]]
SVN-Revision: 31708
Felix Fietkau
13 lat temu
rodzic
679b6a0722
commit
a243cb1735
1 zmienionych plików
z
1 dodań
i
1 usunięć
Widok podzielony
Pokaż statystyki zmian
1
1
scripts/ipkg-make-index.sh
+ 1
- 1
scripts/ipkg-make-index.sh
Wyświetl plik
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/
usr/
bin/
env ba
sh
set -e
pkg_dir=$1