This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng ký
Đăng nhập
OpenWrt
/
openwrt
mirror of
https://github.com/openwrt/openwrt.git
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
scripts/ipkg-make-index.sh: use bash instead of /bin/sh to fix use of [[ ]]
SVN-Revision: 31708
Felix Fietkau
13 năm trước cách đây
mục cha
679b6a0722
commit
a243cb1735
1 tập tin đã thay đổi
với
1 bổ sung
và
1 xóa
Split View
Hiển thị tình trạng sai khác
1
1
scripts/ipkg-make-index.sh
+ 1
- 1
scripts/ipkg-make-index.sh
Xem Tập Tin
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/
usr/
bin/
env ba
sh
set -e
pkg_dir=$1