Skip to content
Snippets Groups Projects
Commit 9edd6876 authored by Markus Blatt's avatar Markus Blatt
Browse files

Fixed typo.

[[Imported from SVN: r4526]]
parent c66909af
No related branches found
No related tags found
No related merge requests found
......@@ -134,8 +134,8 @@ build_modules() {
}
build_single_module() {
command=$1
module=$1
command=$2
for m in $MODULES; do
if test "x$m" = "x$module"; then
load_opts $command
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment