From 6f219f7fa0e8dacce975129b172247103d778cf4 Mon Sep 17 00:00:00 2001 From: parazyd Date: Sun, 8 May 2016 12:54:44 +0200 Subject: [PATCH] exec instead of source, don't depend on bash --- arm/profiles/common-devuan | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arm/profiles/common-devuan b/arm/profiles/common-devuan index 534a8c6..704168a 100644 --- a/arm/profiles/common-devuan +++ b/arm/profiles/common-devuan @@ -28,7 +28,7 @@ mirror=http://packages.devuan.org/merged core_packages=(debian-keyring devuan-keyring) core_packages+=(git-core binutils ca-certificates initramfs-tools u-boot-tools) -core_packages+=(locales console-common less nano git curl vi) +core_packages+=(locales console-common less nano git curl vim) base_packages=(bzip2 dialog apt-utils fakeroot e2fsprogs parted) @@ -211,7 +211,7 @@ rm -fv /usr/sbin/invoke-rc.d dpkg-divert --remove --rename /usr/sbin/invoke-rc.d for script in `find /cust`; do - source $script + exec $script done rm -rfv /pkginclude/