diff options
Diffstat (limited to 'testing/scripts/build-umlkernel')
-rwxr-xr-x | testing/scripts/build-umlkernel | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/testing/scripts/build-umlkernel b/testing/scripts/build-umlkernel index 3947e4ab1..6e17af430 100755 --- a/testing/scripts/build-umlkernel +++ b/testing/scripts/build-umlkernel @@ -14,12 +14,7 @@ # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License # for more details. -DIR=`dirname $0` -. $DIR/function.sh - -[ -f $DIR/../testing.conf ] || die "Configuration file 'testing.conf' not found" - -. $DIR/../testing.conf +. $PWD/scripts/function.sh echo "Building guest kernel version $KERNELVERSION" |