aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Erculiani <lxnay@sabayon.org>2011-09-13 11:58:30 +0200
committerFabio Erculiani <lxnay@sabayon.org>2011-09-13 11:58:30 +0200
commit1e50bd01d27fbc3c3be29753f59f6e9608a19312 (patch)
tree577649dd676218c0e63ff09480bf04dcb805c375 /gen_arch.sh
parentdmraid requires dmsetup to assign UUID to discovered RAID volumes, close bug ... (diff)
downloadgenkernel-1e50bd01d27fbc3c3be29753f59f6e9608a19312.tar.gz
genkernel-1e50bd01d27fbc3c3be29753f59f6e9608a19312.tar.bz2
genkernel-1e50bd01d27fbc3c3be29753f59f6e9608a19312.zip
trivial: cleanup code, drop whitespaces and some more cruft
Diffstat (limited to 'gen_arch.sh')
-rwxr-xr-xgen_arch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen_arch.sh b/gen_arch.sh
index c7bd3ccf..866a40f2 100755
--- a/gen_arch.sh
+++ b/gen_arch.sh
@@ -42,7 +42,7 @@ get_official_arch() {
then
UTILS_ARCH='sparc'
fi
-
+
ARCH_CONFIG="${GK_SHARE}/arch/${ARCH}/config.sh"
[ -f "${ARCH_CONFIG}" ] || gen_die "${ARCH} not yet supported by genkernel. Please add the arch-specific config file, ${ARCH_CONFIG}"
}