This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27331
Commits
1
Branch
46 MiB
Tree:
2f2989e3ea
lilik-openwrt-22.03
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '2f2989e3ea'
${ noResults }
openwrt-packages-dist
/
utils
/
sexpect
/
test.sh
6 lines
75 B
Raw
Normal View
History
sexpect: updated per OpenWrt's common practice - removed extra white spaces in Makefile - changed license from GPL-3.0 to GPL-3.0-only - added test.sh Signed-off-by: Clark Wang <dearvoid@gmail.com> (cherry picked from commit 17d4d05fd5ae572d7621fe57b5feb610edfb4c07)
3 years ago
#!/bin/sh
out
=
`
$1
--version
`
if
[
"
$out
"
!
=
"
$1
$2
"
]
;
then
exit
1
fi