commit 70ab79cba1859743a3859bbde1fc955820cf9f9f parent 00e7ecbdfae4b4dc51cb66b328f8fe55f7e4e96c Author: sin <sin@2f30.org> Date: Thu, 26 Sep 2013 20:56:25 +0100 Fix typo Diffstat:
M | pkgs/sbase | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkgs/sbase b/pkgs/sbase @@ -1,7 +1,7 @@ url=git://git.2f30.org/sbase fetch() { - [ -d src/base ] || git clone $url src/sbase + [ -d src/sbase ] || git clone $url src/sbase } build() {