Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimas committed Feb 20, 2024
1 parent f44586d commit 357b4d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deployment/generate-quality.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -e # Exit immediately if a command exits with a non-zero status
set -e

echo Generate Quality
root="$1"
Expand Down
2 changes: 1 addition & 1 deletion deployment/generate-terminology.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -e # Exit immediately if a command exits with a non-zero status
set -e

echo Generate terminology
if [ "$#" -ne 1 ] ; then
Expand Down
2 changes: 1 addition & 1 deletion deployment/generate-tm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ copy_successfully_downloaded_files() {
done
}

set -e # Exit immediately if a command exits with a non-zero status
set -e

echo Generate memories
if [ "$#" -ne 2 ] ; then
Expand Down

0 comments on commit 357b4d2

Please sign in to comment.