aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-07-21 23:02:12 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-07-21 23:02:12 +1200
commit1db1a794c871e9d8e2a1d50e6600024c10d072e3 (patch)
treea6ffbe1a24ab637b9ca8865ab68b7fe7b4d497f8 /install
parentDrop whitespace before closing paren (diff)
downloaddotfiles-1db1a794c871e9d8e2a1d50e6600024c10d072e3.tar.gz
dotfiles-1db1a794c871e9d8e2a1d50e6600024c10d072e3.zip
Remove unused option id from getopts
Diffstat (limited to 'install')
-rwxr-xr-xinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index 53e8ced6..3921f434 100755
--- a/install
+++ b/install
@@ -34,7 +34,7 @@ ln -insv $dotfiles/vim/vimrc $HOME/.vimrc
ln -insv $dotfiles/vim $HOME/.vim
# Link in shell stuff
-while getopts :gmnptx opt
+while getopts :gmntx opt
do
case $opt in
g)