blob: 5cd440ea8e029d935c047cb90f996282ced12f9e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- gcc-config.old 2015-05-27 22:42:30.837087003 +0300
+++ gcc-config 2015-05-27 22:42:53.352151701 +0300
@@ -15,8 +15,8 @@
trap ":" INT QUIT TSTP
argv0=${0##*/}
-source /etc/init.d/functions.sh || {
- echo "${argv0}: Could not source /etc/init.d/functions.sh!" 1>&2
+source /lib/gentoo/functions.sh || {
+ echo "${argv0}: Could not source /lib/gentoo/functions.sh!" 1>&2
exit 1
}
esyslog() { :; }
|