X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=compilation;h=1dc51dee4bfddf6ea1ee3caf3009808a00130095;hb=f798b14aba7f6c0b9a30c7d169fe6b997613ed1c;hp=a166d6678bdc9fca71f317b911f5b93c919bc63d;hpb=087320ca8226a1e0c2cfcfd196e0fc8373f7cf59;p=bash.d.git diff --git a/compilation b/compilation index a166d66..1dc51de 100644 --- a/compilation +++ b/compilation @@ -1,14 +1,14 @@ -#!/bin/bash +#!/bin/sh # Grab CFLAGS, etc. from the profile... if [ -f /etc/portage/make.profile/make.defaults ]; then - source /etc/portage/make.profile/make.defaults + . /etc/portage/make.profile/make.defaults fi # and from make.conf, allowing the values in make.conf to override the # ones in the profile. if [ -f /etc/portage/make.conf ]; then - source /etc/portage/make.conf + . /etc/portage/make.conf fi