[FE training-materials-updates] boot time - install packages: add missing #!/bin/sh

Michael Opdenacker michael.opdenacker at free-electrons.com
Tue Aug 13 11:44:48 CEST 2013


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=e134ae81ce8cf4aefebc011e0b57e6afcc5495f2

>---------------------------------------------------------------

commit e134ae81ce8cf4aefebc011e0b57e6afcc5495f2
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Tue Aug 13 10:45:15 2013 +0200

    boot time - install packages: add missing #!/bin/sh
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


>---------------------------------------------------------------

e134ae81ce8cf4aefebc011e0b57e6afcc5495f2
 lab-data/boottime/setup/install-packages |    1 +
 1 file changed, 1 insertion(+)

diff --git a/lab-data/boottime/setup/install-packages b/lab-data/boottime/setup/install-packages
index 4a74506..ef82843 100755
--- a/lab-data/boottime/setup/install-packages
+++ b/lab-data/boottime/setup/install-packages
@@ -1,3 +1,4 @@
+#!/bin/sh
 # Packages to install for the boot time workshop
 
 sudo apt-get install picocom libxss1 git libncurses5-dev libqt4-dev u-boot-tools g++ bison flex gettext texinfo lzop ant openjdk-6-jdk meld inkscape



More information about the training-materials-updates mailing list