Ver código fonte

Update according to safer import style

Alois Mahdal 9 anos atrás
pai
commit
800ad3cf89
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      src/bin/satcmd.skel

+ 1
- 1
src/bin/satcmd.skel Ver arquivo

1
 #!/bin/bash
1
 #!/bin/bash
2
 
2
 
3
-. $(shellfu-get path) || exit 3
3
+. "$(shellfu-get path)" || exit 3
4
 
4
 
5
 shellfu import exit
5
 shellfu import exit
6
 shellfu import inigrep
6
 shellfu import inigrep