Browse Source

Mute unavoidable but safe ShellCheck SC1090

Alois Mahdal 6 years ago
parent
commit
cfdc288ff7
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      bin/mkx

+ 1
- 0
bin/mkx View File

123
         +shellfu)
123
         +shellfu)
124
             echo "#!/bin/bash"
124
             echo "#!/bin/bash"
125
             echo ""
125
             echo ""
126
+            echo '#shellcheck disable=SC1090'
126
             echo '. "$(sfpath)" || exit 3'
127
             echo '. "$(sfpath)" || exit 3'
127
             echo ''
128
             echo ''
128
             echo 'shellfu import pretty'
129
             echo 'shellfu import pretty'