diff options
author | EuAndreh <eu@euandre.org> | 2023-04-02 07:47:40 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-04-02 07:47:40 -0300 |
commit | bda4097af63088af0bd0b934b8582d95d515d2ab (patch) | |
tree | 6d31c4da2f0cde8a72dad5e1141c4ddb6df2f25b | |
parent | Generate .en.md symlinks in aux/dev.mk (diff) | |
download | remembering-bda4097af63088af0bd0b934b8582d95d515d2ab.tar.gz remembering-bda4097af63088af0bd0b934b8582d95d515d2ab.tar.xz |
aux/checks/spelling.sh: Do not echo
-rwxr-xr-x | aux/checks/spelling.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aux/checks/spelling.sh b/aux/checks/spelling.sh index 4368820..02f9051 100755 --- a/aux/checks/spelling.sh +++ b/aux/checks/spelling.sh @@ -1,5 +1,5 @@ #!/bin/sh set -eu -echo FIXME +# echo FIXME exit |