Skip to content

Commit 26550a6

Browse files
committed
Remove set -euo pipefail
Remove set -euo pipefail Signed-off-by: Bensuperpc <[email protected]>
1 parent 6ae38c8 commit 26550a6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+28
-64
lines changed

archive/extract.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env bash
2-
set -euo pipefail
32
#//////////////////////////////////////////////////////////////
43
#// ____ //
54
#// | __ ) ___ _ __ ___ _ _ _ __ ___ _ __ _ __ ___ //

archlinux/clean-arch.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env bash
2-
set -euo pipefail
32
#//////////////////////////////////////////////////////////////
43
#// ____ //
54
#// | __ ) ___ _ __ ___ _ _ _ __ ___ _ __ _ __ ___ //

archlinux/update-arch.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env bash
2-
set -euo pipefail
32
#//////////////////////////////////////////////////////////////
43
#// ____ //
54
#// | __ ) ___ _ __ ___ _ _ _ __ ___ _ __ _ __ ___ //

audio/extract-audio.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env bash
2-
set -euo pipefail
32
#//////////////////////////////////////////////////////////////
43
#// ____ //
54
#// | __ ) ___ _ __ ___ _ _ _ __ ___ _ __ _ __ ___ //

cryptography/digital-signature-RSA.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env bash
2-
set -euo pipefail
32
#//////////////////////////////////////////////////////////////
43
#// ____ //
54
#// | __ ) ___ _ __ ___ _ _ _ __ ___ _ __ _ __ ___ //

cryptography/digital-signature-check-RSA.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env bash
2-
set -euo pipefail
32
#//////////////////////////////////////////////////////////////
43
#// ____ //
54
#// | __ ) ___ _ __ ___ _ _ _ __ ___ _ __ _ __ ___ //

file/compress/compress-max.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env bash
2-
set -euo pipefail
32
#//////////////////////////////////////////////////////////////
43
#// ____ //
54
#// | __ ) ___ _ __ ___ _ _ _ __ ___ _ __ _ __ ___ //

file/compress/compress-secu.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env bash
2-
set -euo pipefail
32
#//////////////////////////////////////////////////////////////
43
#// ____ //
54
#// | __ ) ___ _ __ ___ _ _ _ __ ___ _ __ _ __ ___ //

file/disable-baloo.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env bash
2-
set -euo pipefail
32
#//////////////////////////////////////////////////////////////
43
#// ____ //
54
#// | __ ) ___ _ __ ___ _ _ _ __ ___ _ __ _ __ ___ //

file/rsync/rsync-archive.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env bash
2-
set -euo pipefail
32
#//////////////////////////////////////////////////////////////
43
#// ____ //
54
#// | __ ) ___ _ __ ___ _ _ _ __ ___ _ __ _ __ ___ //

0 commit comments

Comments
 (0)