CCM NG: Fixed typo in helper script
git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@4671 8810af33-2d31-482b-a856-94f89814c4dfccm-docs
parent
cf384c629e
commit
eda9c92466
2
ccm.sh
2
ccm.sh
|
|
@ -483,7 +483,7 @@ case $1 in
|
||||||
build-module) build_module $2 ;;
|
build-module) build_module $2 ;;
|
||||||
test-all) test_all $2 $3 $4 ;;
|
test-all) test_all $2 $3 $4 ;;
|
||||||
test-module) test_module $2 $3 $4 $5 ;;
|
test-module) test_module $2 $3 $4 $5 ;;
|
||||||
test) run_test $2 $3 $4 $5 ;;
|
run-test) run_test $2 $3 $4 $5 ;;
|
||||||
install-runtime) install_runtime $2 ;;
|
install-runtime) install_runtime $2 ;;
|
||||||
run) run $2 $3 $4 ;;
|
run) run $2 $3 $4 ;;
|
||||||
stop-runtime) stop_runtime $2 ;;
|
stop-runtime) stop_runtime $2 ;;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue