Ver código fonte

Fix license argument test

Alois Mahdal 8 anos atrás
pai
commit
36f72052f6
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      src/stub

+ 1
- 1
src/stub Ver arquivo

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