Replace "." with "source".
authorJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
Sat, 22 Sep 2012 02:54:01 +0000 (02:54 +0000)
committerJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
Sat, 22 Sep 2012 02:54:01 +0000 (02:54 +0000)
16 files changed:
targets/embedded/embedded-controller.sh
targets/grp/grp-controller.sh
targets/livecd-stage1/livecd-stage1-controller.sh
targets/livecd-stage2/livecd-stage2-controller.sh
targets/netboot/netboot-combine.sh
targets/netboot/netboot-controller.sh
targets/netboot2/netboot2-controller.sh
targets/stage1/stage1-controller.sh
targets/stage2/stage2-controller.sh
targets/stage3/stage3-controller.sh
targets/stage4/stage4-controller.sh
targets/support/bootloader-setup.sh
targets/support/create-iso.sh
targets/support/netboot2-final.sh
targets/support/target_image_setup.sh
targets/tinderbox/tinderbox-controller.sh

index a1a82d067a3e3b662b7d0f407d25e287171d7d50..52ef3a4101413936713d171eea637a1411e9a1f7 100644 (file)
@@ -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)
index 5069777c6308673cbde769197beb06be98a9dac8..cac3198e0b2f8f7772b666ac14c7d9e5d9675f1e 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-. ${clst_sharedir}/targets/support/functions.sh
+source ${clst_sharedir}/targets/support/functions.sh
 
 case $1 in
        enter)
index 1099b1df079d2bd9e5ff938a1a1ff8fe594c73c5..5be36f038afddcacdd36ad5c541863bd2d81d436 100644 (file)
@@ -1,5 +1,5 @@
 
-. ${clst_sharedir}/targets/support/functions.sh
+source ${clst_sharedir}/targets/support/functions.sh
 
 ## START RUNSCRIPT
 
index fbdeac2b4feda4894a992aa2600b8dca79ba5ba3..44a0e589b45c9e77ac7020bce0cbe08ebb3d0f0b 100644 (file)
@@ -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)
index ad3916cd9283e32f2ce42f7331b1912f5fdf59ab..7983e1294bfcfa4f373c062d497acfa3ee4d51d6 100644 (file)
@@ -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
 
index c3fc09145aaf4d8248f4510c07356e8d154903a7..6352d7a2e66bff12ede2bdd6a6b507cfa555097f 100644 (file)
@@ -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
index a0d26b8a4e00877a14d0c3a98c6d3e928ed6cdaa..03e4db4a00d057bcafc0449c9cd15ce2b4f3ec8b 100644 (file)
@@ -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)
index 70a6634746320c5693f10bdb23b36b6e0ab23c31..a07e2f03bd55240cd2dab91a385cb76895549b24 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-. ${clst_sharedir}/targets/support/functions.sh
+source ${clst_sharedir}/targets/support/functions.sh
 
 case $1 in
        enter)
index cad9080c7ebb6969b2e53087cc35935fadbedde0..ee41687ad06a09ee2ff441d750c9c307fbfd7420 100644 (file)
@@ -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
index f97ee085fb72e8bdb4028b77800d5e81060aa809..81aeda7cf2ecf3eedcffdb31573924bb16f8b7d8 100644 (file)
@@ -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
index d95728eb197636154f27d3b2adc8ddd5e5740a4a..b056ade7c4a105d3f0403125e72b066834d08acc 100644 (file)
@@ -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
index 2fa44e031a646ecc7f7267c0d84237da4c4ed08e..2832b9ff8076bdacc4d2a7cf7b4d1b0cc036b8a7 100644 (file)
@@ -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
 
index 06a1a7578dd1a5988dc385ade0d5e82dc11b6100..922e547c6fa614e4d14597a4ef725786e352d812 100644 (file)
@@ -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
 
index 2dbce72fa3dee9b93bc7879893d3b1120e100c5d..0a2aa784bba0ba5bcc931791492bb34445049a92 100644 (file)
@@ -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
index c55aba60d6f26008f21a232773e9a04d7f877932..b9e2781ea8da2d4a8e95833d674dff664cac5517 100644 (file)
@@ -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
index 0409a2e687eb74ce8f478e362f7e06be0ce82355..d7d89cb99c3e2d01c0857bdc5ee6746284f168a3 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-. ${clst_sharedir}/targets/support/functions.sh
+source ${clst_sharedir}/targets/support/functions.sh
 
 case $1 in
        run)