瀏覽代碼

Build system: Add missing set -e

So that shell scripts do not blunder on after errors.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
pull/62/head
Ian Jackson 9 年之前
父節點
當前提交
95a292824f
共有 4 個文件被更改,包括 4 次插入4 次删除
  1. +1
    -1
      build
  2. +1
    -1
      examples/blink.sh
  3. +1
    -1
      examples/q2w/blink.sh
  4. +1
    -1
      gpio/newVersion

+ 1
- 1
build 查看文件

@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/sh -e

# build
# Simple wiringPi build and install script


+ 1
- 1
examples/blink.sh 查看文件

@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/sh -e
#
# blink.sh:
# Standard "blink" program in wiringPi. Blinks an LED connected


+ 1
- 1
examples/q2w/blink.sh 查看文件

@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/sh -e
#
# blink.sh:
# Standard "blink" program in wiringPi. Blinks an LED connected


+ 1
- 1
gpio/newVersion 查看文件

@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/sh -e
#
# newVersion:
# Utility to create the version.h include file for the gpio command.


Loading…
取消
儲存