From a3ac9fe08616b7f801ab810bf66b3dc6ae543a9b Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Mon, 22 Dec 2014 16:44:34 +0100 Subject: install: remove useless line shopt is not used anymore since we do use GNU find instead. Signed-off-by: Olivier Gayot --- install.sh | 2 -- 1 file changed, 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..." -- cgit v1.2.3