瀏覽代碼

Update according to safer import style

Alois Mahdal 9 年之前
父節點
當前提交
800ad3cf89
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/bin/satcmd.skel

+ 1
- 1
src/bin/satcmd.skel 查看文件

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