Merge pull request #473 from jezcope/jezcope-patch-1

Fix typo: /dev/nulll -> /dev/null
This commit is contained in:
darealshinji
2017-04-21 12:47:29 +02:00
committed by GitHub

View File

@@ -633,7 +633,7 @@ detectdistro () {
distro="NixOS"
distro_more="$(nixos-version)"
fi
if (type -p guix && type -p herd) >/dev/nulll 2>&1; then
if (type -p guix && type -p herd) >/dev/null 2>&1; then
distro="GuixSD"
fi
;;