X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/fef6b2b53013bce95a0b0d99a3c2c928665416b1..08660ceccf7e76735c4bbe8eaa0bcf37a7b69871:/install.sh diff --git a/install.sh b/install.sh index 5f2c3d4..6e77291 100755 --- a/install.sh +++ b/install.sh @@ -19,14 +19,14 @@ cd - fex='-perm -ugo=x' case "$OSTYPE" in # TODO: make links safer for systems without -Fw - freebsd) lnargs=-sFhvw;; - netbsd|openbsd) lnargs=-sfhv;; - *) lnargs=-sfnv - # android busybox find doesn't have -executable - # and its sh doesn't set OSTYPE :DD - if [ -z "$ANDROID_ROOT" ]; then - fex=-executable - fi;; + freebsd*) lnargs=-sFhvw;; + netbsd*|openbsd*) lnargs=-sfhv;; + *) lnargs=-sfnv + # android busybox find doesn't have -executable + # and its sh doesn't set OSTYPE :DD + if [ -z "$ANDROID_ROOT" ]; then + fex=-executable + fi;; esac l() {