aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rwxr-xr-xinstall3
1 files changed, 1 insertions, 2 deletions
diff --git a/install b/install
index 703f2f15..2783f926 100755
--- a/install
+++ b/install
@@ -32,8 +32,7 @@ ln -insv -- "$dotfiles/vim/vimrc" "$HOME/.vimrc"
ln -insv -- "$dotfiles/vim" "$HOME/.vim"
# Link in shell stuff
-while getopts :gmntx opt
-do
+while getopts :gmntx opt; do
case "$opt" in
g)
mkdir -pv -- "$HOME/.gnupg"