summaryrefslogtreecommitdiffstats
path: root/gnustep-libs/gnustep-artresources/BUILD
blob: 1dd04bcdb923f0a7615c1bf45ffefb1de0ed4ab2 (plain) (blame)
1
2
3
4
5
6
7
8
if [ -f /etc/profile.d/GNUstep.sh ];
then
    . /etc/profile.d/GNUstep.sh
else
    message "${ERROR_COLOR}Unable to find /etc/profile.d/GNUstep.sh" &&
    message "Rebuild gnustep-make${DEFAULT_COLOR}"                   &&
    return 1
fi