소스 검색

Fix license argument test

Alois Mahdal 7 년 전
부모
커밋
36f72052f6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/stub

+ 1
- 1
src/stub 파일 보기

@@ -660,7 +660,7 @@ main() {
660 660
         *)        usage ;;
661 661
     esac
662 662
     updating && init_from_existing
663
-    if test -n $License; then
663
+    if test -n "$License"; then
664 664
         known_licenses | grep -qxF "$License" \
665 665
          || die "unknown license (use -L to get list): $License"
666 666
         MkLicense=true