summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorOlivier Gayot <duskcoder@gmail.com>2014-12-22 16:44:34 +0100
committerOlivier Gayot <duskcoder@gmail.com>2014-12-22 16:44:34 +0100
commita3ac9fe08616b7f801ab810bf66b3dc6ae543a9b (patch)
tree9e62798d1c09bd5cb50a5e4c6cee3e782c6555b7 /install.sh
parent3f0d0111c17d8292a544c5a42b4a8f1e2b5fe721 (diff)
install: remove useless line
shopt is not used anymore since we do use GNU find instead. Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
Diffstat (limited to 'install.sh')
-rw-r--r--install.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/install.sh b/install.sh
index 3c3c49b..6f79578 100644
--- a/install.sh
+++ b/install.sh
@@ -5,8 +5,6 @@ if [ $# -lt 1 ]; then
exit 1
fi
-shopt -s dotglob 2> /dev/null
-
case "$1" in
user)
echo "installing the user configuration..."