diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-18 13:37:24 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-18 13:37:24 (EDT) |
commit | ce55dae22924f485eafcd6d944edf890dfd65719 (patch) | |
tree | 30815892972f5d324aa2251a05e71b43c78423f3 /src | |
parent | cf341a8b1621156dfa3fc736a878c9db3f426390 (diff) |
ob-installplatconf: set -u
Diffstat (limited to 'src')
-rw-r--r-- | src/ob-installplatconf.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ob-installplatconf.sh b/src/ob-installplatconf.sh index 87347f8..fbd83e3 100644 --- a/src/ob-installplatconf.sh +++ b/src/ob-installplatconf.sh @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with opkbuild. If not, see <http://www.gnu.org/licenses/>. -set -e +set -eu system_paths_ifs=' ' |