aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-08-13 18:35:43 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-08-13 18:35:43 +1200
commitae085e05a731d5eb43e9d173a9ec9b103a3b7adb (patch)
tree35a334a482ff7290ca2d5ab58275ff47347f71ea /install
parentRemove unneeded braces in expansion (diff)
downloaddotfiles-ae085e05a731d5eb43e9d173a9ec9b103a3b7adb.tar.gz
dotfiles-ae085e05a731d5eb43e9d173a9ec9b103a3b7adb.zip
Use consistent style for while block
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"