소스 검색

Silence shellcheck

See https://github.com/koalaman/shellcheck/wiki/SC1090
Pawel Marczewski 4 년 전
부모
커밋
2df17a4790
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      qubes-rpc/qubes.GetAppmenus

+ 1 - 0
qubes-rpc/qubes.GetAppmenus

@@ -11,6 +11,7 @@
 # (e.g. because we are running under sudo).
 for i in /etc/profile.d/*.sh ; do
     if [ -r "$i" ]; then
+        # shellcheck disable=SC1090
         . "$i" >/dev/null
     fi
 done