We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 987eaf5 commit ff19e03Copy full SHA for ff19e03
script/test
@@ -706,12 +706,10 @@ main()
706
cert)
707
shift
708
do_cert "$@"
709
- shift $#
710
;;
711
cert_suite)
712
713
do_cert_suite "$@"
714
715
716
get_thread_wireshark)
717
do_get_thread_wireshark
tests/nexus/build.sh
@@ -27,14 +27,6 @@
27
# POSSIBILITY OF SUCH DAMAGE.
28
#
29
30
-display_usage()
31
-{
32
- echo ""
33
- echo "Nexus build script "
34
35
36
-}
37
-
38
die()
39
{
40
echo " *** ERROR: " "$*"
0 commit comments