morpheus

suckless linux distro
git clone git://git.2f30.org/morpheus
Log | Files | Refs | Submodules | README | LICENSE

commit 45573ea119ff925360e5969152d17018101632aa
parent 61becdeaf527ff739293a9c796aa281211aa60a0
Author: sin <sin@2f30.org>
Date:   Wed, 25 Sep 2013 19:41:10 +0100

Make sure the arguments are passed correctly

Diffstat:
Mstage0 | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stage0 b/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 }