Skip to content

Commit 3569e03

Browse files
dtaivppsmortex
andauthored
Update _scripts/_malformeddates.sh
Co-authored-by: Romain Tartière <[email protected]> Signed-off-by: David Tippett <[email protected]>
1 parent d7cef63 commit 3569e03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_scripts/_malformeddates.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/sh
22

33
malformed_event_dates=$(grep -Er --files-without-match '^eventdate: [0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2} [-+][0-9]{4}$' _events)
44
if [ -n "${malformed_event_dates}" ]; then

0 commit comments

Comments
 (0)