From 6e940c2c85759ac197c29d335a929dd06822a9df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz=20=28arab=2C=20vx?= =?UTF-8?q?p=29?= Date: Sat, 6 Feb 2016 15:11:56 +0100 Subject: - Changed sha256sum (1) file verification logic to use dgst(1SSL) instead. - Removed support for particularly pathnames with whitespace or tab cha- racters. If you have whitespaces in your pathnames anyway, the script will methodically destroy every single file on your disk(s). --- 000.fetch_git.build | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '000.fetch_git.build') diff --git a/000.fetch_git.build b/000.fetch_git.build index d8a891a4..d66f195e 100644 --- a/000.fetch_git.build +++ b/000.fetch_git.build @@ -1,8 +1,8 @@ # Git clone what we need. -fetch_git cbb-gcc-${PKG_GCC_VERSION} "${GITROOT}/cbb/cbb-gcc-${PKG_GCC_VERSION}"; -fetch_git lazy "${GITROOT}/lazy"; -fetch_git mmglue "${GITROOT}/mmglue"; -fetch_git portage "${GITROOT}/ports/portage"; -fetch_git psxstub "${GITROOT}/psxstub"; +fetch_git cbb-gcc-${PKG_GCC_VERSION} ${GITROOT}/cbb/cbb-gcc-${PKG_GCC_VERSION}; +fetch_git lazy ${GITROOT}/lazy; +fetch_git mmglue ${GITROOT}/mmglue; +fetch_git portage ${GITROOT}/ports/portage; +fetch_git psxstub ${GITROOT}/psxstub; # vim:filetype=sh -- cgit v1.2.3