pre-commit.entrypoint.sh: readd unset option
continuous-integration/drone/pr Build is passing

While it is true that there are no variables that can be unset
@delliot, who created it, it prefers to have it turned on:
#5540 (comment)

Signed-off-by: Filip Kobierski <fkobi@fsfe.org>
This commit is contained in:
2025-12-11 09:51:39 +01:00
parent a2cb39eb88
commit bd6a2eda19
+1 -1
View File
@@ -1,5 +1,5 @@
#!/bin/sh
set -e
set -eu
# Get the changed files
target_branch="${1:-master}"