CCM NG: Fixed typo in helper script

git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@4671 8810af33-2d31-482b-a856-94f89814c4df

Former-commit-id: e7a1d68db2
pull/2/head
jensp 2017-04-13 07:41:15 +00:00
parent 95531ee989
commit e00bb7b0cd
1 changed files with 1 additions and 1 deletions

2
ccm.sh
View File

@ -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 ;;