Skip to content

Commit 29e3c65

Browse files
committed
chore(scripts): ensure get scripts fail when errors
Signed-off-by: Cryptophobia <aouzounov@gmail.com>
1 parent 8418aee commit 29e3c65

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

rootfs/bin/get_src

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#!/usr/bin/env bash
1+
#!/bin/sh
2+
set -e
23

34
hash="$1"
45
url="$2"

rootfs/bin/get_src_file

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#!/usr/bin/env bash
1+
#!/bin/sh
2+
set -e
23

34
hash="$1"
45
url="$2"

rootfs/bin/get_src_gpg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#!/usr/bin/env bash
1+
#!/bin/sh
2+
set -e
23

34
key="$1"
45
url="$2"

0 commit comments

Comments
 (0)