Quellcode durchsuchen

Disable safe and unavoidable ShellCheck warning

Alois Mahdal vor 6 Jahren
Ursprung
Commit
8783d417b1
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1
    0
      dotfiles/bash/main.bashrc

+ 1
- 0
dotfiles/bash/main.bashrc Datei anzeigen

@@ -1,4 +1,5 @@
1 1
 #!/bin/bash
2
+#shellcheck disable=SC1091
2 3
 
3 4
 ## hack to workaround Fedora/Red Hat bug 878428
4 5
 test -f /usr/share/git-core/contrib/completion/git-prompt.sh \