[coreboot-gerrit] New patch to review for coreboot: 9ddfe00 util/board_status/board_status.sh: Make script executable

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Sun Feb 9 10:28:58 CET 2014


Paul Menzel (paulepanter at users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5171

-gerrit

commit 9ddfe001bda7d68198696bb22602bb866a80ec05
Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Sun Feb 9 10:20:02 2014 +0100

    util/board_status/board_status.sh: Make script executable
    
    Simply calling the script does not work if it is not executable.
    
    	$ LANG=C util/board_status/board_status.sh
    	bash: util/board_status/board_status.sh: Permission denied
    
    Change-Id: I58f6d356bf1625ee205a536ee95c08294891b123
    Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
---
 util/board_status/board_status.sh | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/util/board_status/board_status.sh b/util/board_status/board_status.sh
old mode 100644
new mode 100755



More information about the coreboot-gerrit mailing list