]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add shellckeck directive
authorb3nj4m1n <b3nj4m1n@gmx.net>
Sat, 14 May 2022 10:54:24 +0000 (12:54 +0200)
committerb3nj4m1n <b3nj4m1n@gmx.net>
Sat, 14 May 2022 10:54:24 +0000 (12:54 +0200)
xdg-ninja.sh

index 59d9dc41f9e6a2eb460847220745bcb8b7a44b7c..869046c6c066f3550c36eb1459397b794101112f 100755 (executable)
@@ -1,4 +1,5 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+# shellcheck disable=SC2016
 
 USE_GLOW=true
 if ! command -v glow >/dev/null 2>/dev/null; then
 
 USE_GLOW=true
 if ! command -v glow >/dev/null 2>/dev/null; then