URI: 
       texec instead of source, don't depend on bash - arm-sdk - os build toolkit for various embedded devices
  HTML git clone https://git.parazyd.org/arm-sdk
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit 6f219f7fa0e8dacce975129b172247103d778cf4
   DIR parent e7bad1176496d212a70e8235f800f988619c4a0a
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Sun,  8 May 2016 12:54:44 +0200
       
       exec instead of source, don't depend on bash
       
       Diffstat:
         M arm/profiles/common-devuan          |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/arm/profiles/common-devuan b/arm/profiles/common-devuan
       t@@ -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)
        
       t@@ -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/