summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xinstall.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/install.sh b/install.sh
index 8b9df7c8..89f86d3f 100755
--- a/install.sh
+++ b/install.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 set -eu
 
-common=gdb git gnupg htop the_silver_searcher tmux tree
+common='gdb git gnupg htop the_silver_searcher tmux tree'
 
 macos() {
   homebrew=https://raw.githubusercontent.com/Homebrew/install/master/install
@@ -23,6 +23,6 @@ arch() {
   pacman -Sy --needed neovim openssh zsh
 }
 
-[ "`uname`" = 'Darwin' ] && exec macos
-[ -f /usr/local/sbin/pkg ] && exec freebsd
-[ -f /usr/bin/pacman ] && exec arch
+[ "`uname`" = 'Darwin' ] && macos && exit
+[ -f /usr/local/sbin/pkg ] && freebsd && exit
+[ -f /usr/bin/pacman ] && arch && exit
span>Add FrontierJune McEnroe 2019-05-27Break nicks with ZWNJJune McEnroe 2019-05-26Add DawnJune McEnroe 2019-05-20Declare vasprintf(3) for GNUJune McEnroe 2019-05-20Fix comparison warning in ttpreJune McEnroe 2019-05-20Add AuthorityJune McEnroe 2019-05-19Specify precedence of unary versions of operatorsJune McEnroe 2019-05-18Add compound assignment operators to orderJune McEnroe 2019-05-15Support simple assignment in orderJune McEnroe 2019-05-15Implement sizeof in orderJune McEnroe 2019-05-15Add orderJune McEnroe 2019-05-12Add T suffix in bitJune McEnroe 2019-05-10Highlight yacc and lex files as CJune McEnroe 2019-05-10Use val instead of suboptargJune McEnroe 2019-05-09Add Parable of the SowerJune McEnroe 2019-05-07Add bit without buildJune McEnroe 2019-05-04Fix MANDIR typoJune McEnroe 2019-05-04Move relay to binJune McEnroe