summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>2012-09-22 02:54:01 +0000
committerJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>2012-09-22 02:54:01 +0000
commit57986490ef5e7171c039deedf4371315153d2a54 (patch)
treeb2d176c7bdbe620dcb47a932ac2e199106c2d1c9
parentadd x32 abi (diff)
downloadcatalyst-57986490ef5e7171c039deedf4371315153d2a54.tar.gz
catalyst-57986490ef5e7171c039deedf4371315153d2a54.tar.bz2
catalyst-57986490ef5e7171c039deedf4371315153d2a54.zip
Replace "." with "source".
-rw-r--r--targets/embedded/embedded-controller.sh4
-rw-r--r--targets/grp/grp-controller.sh2
-rw-r--r--targets/livecd-stage1/livecd-stage1-controller.sh2
-rw-r--r--targets/livecd-stage2/livecd-stage2-controller.sh4
-rw-r--r--targets/netboot/netboot-combine.sh6
-rw-r--r--targets/netboot/netboot-controller.sh4
-rw-r--r--targets/netboot2/netboot2-controller.sh4
-rw-r--r--targets/stage1/stage1-controller.sh2
-rw-r--r--targets/stage2/stage2-controller.sh2
-rw-r--r--targets/stage3/stage3-controller.sh2
-rw-r--r--targets/stage4/stage4-controller.sh2
-rw-r--r--targets/support/bootloader-setup.sh4
-rw-r--r--targets/support/create-iso.sh4
-rw-r--r--targets/support/netboot2-final.sh4
-rw-r--r--targets/support/target_image_setup.sh4
-rw-r--r--targets/tinderbox/tinderbox-controller.sh2
16 files changed, 26 insertions, 26 deletions
diff --git a/targets/embedded/embedded-controller.sh b/targets/embedded/embedded-controller.sh
index a1a82d06..52ef3a41 100644
--- a/targets/embedded/embedded-controller.sh
+++ b/targets/embedded/embedded-controller.sh
@@ -1,7 +1,7 @@
#!/bin/bash
-. ${clst_sharedir}/targets/support/functions.sh
-. ${clst_sharedir}/targets/support/filesystem-functions.sh
+source ${clst_sharedir}/targets/support/functions.sh
+source ${clst_sharedir}/targets/support/filesystem-functions.sh
case ${1} in
enter)
diff --git a/targets/grp/grp-controller.sh b/targets/grp/grp-controller.sh
index 5069777c..cac3198e 100644
--- a/targets/grp/grp-controller.sh
+++ b/targets/grp/grp-controller.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-. ${clst_sharedir}/targets/support/functions.sh
+source ${clst_sharedir}/targets/support/functions.sh
case $1 in
enter)
diff --git a/targets/livecd-stage1/livecd-stage1-controller.sh b/targets/livecd-stage1/livecd-stage1-controller.sh
index 1099b1df..5be36f03 100644
--- a/targets/livecd-stage1/livecd-stage1-controller.sh
+++ b/targets/livecd-stage1/livecd-stage1-controller.sh
@@ -1,5 +1,5 @@
-. ${clst_sharedir}/targets/support/functions.sh
+source ${clst_sharedir}/targets/support/functions.sh
## START RUNSCRIPT
diff --git a/targets/livecd-stage2/livecd-stage2-controller.sh b/targets/livecd-stage2/livecd-stage2-controller.sh
index fbdeac2b..44a0e589 100644
--- a/targets/livecd-stage2/livecd-stage2-controller.sh
+++ b/targets/livecd-stage2/livecd-stage2-controller.sh
@@ -1,6 +1,6 @@
-. ${clst_sharedir}/targets/support/functions.sh
-. ${clst_sharedir}/targets/support/filesystem-functions.sh
+source ${clst_sharedir}/targets/support/functions.sh
+source ${clst_sharedir}/targets/support/filesystem-functions.sh
case $1 in
pre-kmerge)
diff --git a/targets/netboot/netboot-combine.sh b/targets/netboot/netboot-combine.sh
index ad3916cd..7983e129 100644
--- a/targets/netboot/netboot-combine.sh
+++ b/targets/netboot/netboot-combine.sh
@@ -1,8 +1,8 @@
#!/bin/bash
-. ${clst_sharedir}/targets/support/chroot-functions.sh
-. ${clst_sharedir}/targets/support/functions.sh
-. ${clst_sharedir}/targets/support/filesystem-functions.sh
+source ${clst_sharedir}/targets/support/chroot-functions.sh
+source ${clst_sharedir}/targets/support/functions.sh
+source ${clst_sharedir}/targets/support/filesystem-functions.sh
update_env_settings
diff --git a/targets/netboot/netboot-controller.sh b/targets/netboot/netboot-controller.sh
index c3fc0914..6352d7a2 100644
--- a/targets/netboot/netboot-controller.sh
+++ b/targets/netboot/netboot-controller.sh
@@ -1,7 +1,7 @@
#!/bin/bash
-. ${clst_sharedir}/targets/support/functions.sh
-. ${clst_sharedir}/targets/support/filesystem-functions.sh
+source ${clst_sharedir}/targets/support/functions.sh
+source ${clst_sharedir}/targets/support/filesystem-functions.sh
case ${1} in
diff --git a/targets/netboot2/netboot2-controller.sh b/targets/netboot2/netboot2-controller.sh
index a0d26b8a..03e4db4a 100644
--- a/targets/netboot2/netboot2-controller.sh
+++ b/targets/netboot2/netboot2-controller.sh
@@ -1,7 +1,7 @@
#!/bin/bash
-. ${clst_sharedir}/targets/support/functions.sh
-. ${clst_sharedir}/targets/support/filesystem-functions.sh
+source ${clst_sharedir}/targets/support/functions.sh
+source ${clst_sharedir}/targets/support/filesystem-functions.sh
case ${1} in
build_packages)
diff --git a/targets/stage1/stage1-controller.sh b/targets/stage1/stage1-controller.sh
index 70a66347..a07e2f03 100644
--- a/targets/stage1/stage1-controller.sh
+++ b/targets/stage1/stage1-controller.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-. ${clst_sharedir}/targets/support/functions.sh
+source ${clst_sharedir}/targets/support/functions.sh
case $1 in
enter)
diff --git a/targets/stage2/stage2-controller.sh b/targets/stage2/stage2-controller.sh
index cad9080c..ee41687a 100644
--- a/targets/stage2/stage2-controller.sh
+++ b/targets/stage2/stage2-controller.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-. ${clst_sharedir}/targets/support/functions.sh
+source ${clst_sharedir}/targets/support/functions.sh
# Only put commands in this section that you want every target to execute.
# This is a global default file and will affect every target
diff --git a/targets/stage3/stage3-controller.sh b/targets/stage3/stage3-controller.sh
index f97ee085..81aeda7c 100644
--- a/targets/stage3/stage3-controller.sh
+++ b/targets/stage3/stage3-controller.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-. ${clst_sharedir}/targets/support/functions.sh
+source ${clst_sharedir}/targets/support/functions.sh
# Only put commands in this section that you want every target to execute.
# This is a global default file and will affect every target
diff --git a/targets/stage4/stage4-controller.sh b/targets/stage4/stage4-controller.sh
index d95728eb..b056ade7 100644
--- a/targets/stage4/stage4-controller.sh
+++ b/targets/stage4/stage4-controller.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-. ${clst_sharedir}/targets/support/functions.sh
+source ${clst_sharedir}/targets/support/functions.sh
# Only put commands in this section that you want every target to execute.
# This is a global default file and will affect every target
diff --git a/targets/support/bootloader-setup.sh b/targets/support/bootloader-setup.sh
index 2fa44e03..2832b9ff 100644
--- a/targets/support/bootloader-setup.sh
+++ b/targets/support/bootloader-setup.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-. ${clst_sharedir}/targets/support/functions.sh
-. ${clst_sharedir}/targets/support/filesystem-functions.sh
+source ${clst_sharedir}/targets/support/functions.sh
+source ${clst_sharedir}/targets/support/filesystem-functions.sh
# $1 is the destination root
diff --git a/targets/support/create-iso.sh b/targets/support/create-iso.sh
index 06a1a757..922e547c 100644
--- a/targets/support/create-iso.sh
+++ b/targets/support/create-iso.sh
@@ -1,7 +1,7 @@
#!/bin/bash
-. ${clst_sharedir}/targets/support/functions.sh
-. ${clst_sharedir}/targets/support/filesystem-functions.sh
+source ${clst_sharedir}/targets/support/functions.sh
+source ${clst_sharedir}/targets/support/filesystem-functions.sh
## START RUNSCRIPT
diff --git a/targets/support/netboot2-final.sh b/targets/support/netboot2-final.sh
index 2dbce72f..0a2aa784 100644
--- a/targets/support/netboot2-final.sh
+++ b/targets/support/netboot2-final.sh
@@ -1,7 +1,7 @@
#!/bin/bash
-. ${clst_sharedir}/targets/support/functions.sh
-. ${clst_sharedir}/targets/support/filesystem-functions.sh
+source ${clst_sharedir}/targets/support/functions.sh
+source ${clst_sharedir}/targets/support/filesystem-functions.sh
extract_kernels ${clst_target_path}boot
diff --git a/targets/support/target_image_setup.sh b/targets/support/target_image_setup.sh
index c55aba60..b9e2781e 100644
--- a/targets/support/target_image_setup.sh
+++ b/targets/support/target_image_setup.sh
@@ -1,6 +1,6 @@
-. ${clst_sharedir}/targets/support/functions.sh
-. ${clst_sharedir}/targets/support/filesystem-functions.sh
+source ${clst_sharedir}/targets/support/functions.sh
+source ${clst_sharedir}/targets/support/filesystem-functions.sh
# Make the directory if it doesnt exist
mkdir -p $1
diff --git a/targets/tinderbox/tinderbox-controller.sh b/targets/tinderbox/tinderbox-controller.sh
index 0409a2e6..d7d89cb9 100644
--- a/targets/tinderbox/tinderbox-controller.sh
+++ b/targets/tinderbox/tinderbox-controller.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-. ${clst_sharedir}/targets/support/functions.sh
+source ${clst_sharedir}/targets/support/functions.sh
case $1 in
run)