Skip to content

Commit

Permalink
Merge pull request #388 from Pierre-Gronau-ndaal/patch-3
Browse files Browse the repository at this point in the history
Update generate_notice.sh
  • Loading branch information
MWedl authored Jan 16, 2025
2 parents 3e0c8f1 + ac27eb8 commit 600d11e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions api/generate_notice.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
#!/bin/bash
set -e
#!/usr/bin/env bash

set -o errexit
set -o errtrace
set -o nounset
set -o pipefail

# Any subsequent(*) commands which fail will cause the shell script to exit immediately

allow_only="MIT"
Expand Down

0 comments on commit 600d11e

Please sign in to comment.