mirror of
https://github.com/overleaf/toolkit.git
synced 2025-04-19 23:38:06 +02:00
Don't exit on failed grep in images script
This commit is contained in:
parent
fb3f409797
commit
380a1fe37f
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#! /usr/bin/env bash
|
||||
|
||||
set -euo pipefail
|
||||
set -uo pipefail
|
||||
|
||||
function usage() {
|
||||
echo "Usage: bin/images"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue