1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-25 22:28:34 +00:00

Make sure the arguments are passed correctly

This commit is contained in:
sin 2013-09-25 19:41:10 +01:00
parent 61becdeaf5
commit 45573ea119

2
stage0

@ -40,7 +40,7 @@ build_pkg_deps() {
continue
fi
deps=$(echo $line | cut -d' ' -f2-)
build_pkg_dep $pkg $deps
build_pkg_dep "$pkg" "$deps"
break
done < DEPS
}