summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-07-11 14:44:13 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-07-11 14:44:13 +0000
commitfd3256e84a1f18964aad5c696f0bd6755cfa0755 (patch)
tree6f4fc6b8e299c00ae7e20a8083d185838830af4c /livecd-functions.sh
parentChange a few greps to bash built-in after reading Uberlord's blog post. (diff)
downloadlivecd-tools-fd3256e84a1f18964aad5c696f0bd6755cfa0755.tar.gz
livecd-tools-fd3256e84a1f18964aad5c696f0bd6755cfa0755.tar.bz2
livecd-tools-fd3256e84a1f18964aad5c696f0bd6755cfa0755.zip
Add a fix from Roy Marples <uberlord@gentoo.org> to remove warnings about read only variables.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/livecd-tools/trunk@111 7bf51bff-881f-0410-a643-fba68b97345e
Diffstat (limited to 'livecd-functions.sh')
-rwxr-xr-xlivecd-functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/livecd-functions.sh b/livecd-functions.sh
index a99c525..c559b29 100755
--- a/livecd-functions.sh
+++ b/livecd-functions.sh
@@ -8,7 +8,7 @@
# LIVECD_CONSOLE_PARITY -- console parity specified
# LIVECD_CONSOLE_DATABITS -- console databits specified
-source /sbin/functions.sh
+[[ ${RC_GOT_FUNCTIONS} != "yes" ]] && source /sbin/functions.sh
livecd_parse_opt() {
case "$1" in