1
0
Fork 0
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:
Shane Kilkelly 2020-07-09 11:30:39 +01:00
parent fb3f409797
commit 380a1fe37f

View file

@ -1,6 +1,6 @@
#! /usr/bin/env bash
set -euo pipefail
set -uo pipefail
function usage() {
echo "Usage: bin/images"