diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2017-04-09 14:45:48 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2017-04-09 14:45:48 +1200 |
commit | e759edd25db3e831932baa5bd6fe4f79c556f91b (patch) | |
tree | eb1bf9dc0fe740bb63a081b50d59f85c6afbfd4d /dist | |
parent | Add xinitrc.d script checks (diff) | |
download | dotfiles-e759edd25db3e831932baa5bd6fe4f79c556f91b.tar.gz dotfiles-e759edd25db3e831932baa5bd6fe4f79c556f91b.zip |
Rename "dist" to "install"
Diffstat (limited to 'dist')
-rw-r--r-- | dist/install-login-shell.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/dist/install-login-shell.sh b/dist/install-login-shell.sh deleted file mode 100644 index b7292a77..00000000 --- a/dist/install-login-shell.sh +++ /dev/null @@ -1,12 +0,0 @@ -target=install-sh -case ${SHELL##*/} in - bash) - target=install-bash ;; - ksh|ksh88|ksh93|mksh|pdksh) - target=install-ksh ;; - yash) - target=install-yash ;; - zsh) - target=install-zsh ;; -esac -make "$target" |