diff options
| author | Olivier Gayot <duskcoder@gmail.com> | 2014-12-22 16:44:34 +0100 | 
|---|---|---|
| committer | Olivier Gayot <duskcoder@gmail.com> | 2014-12-22 16:44:34 +0100 | 
| commit | a3ac9fe08616b7f801ab810bf66b3dc6ae543a9b (patch) | |
| tree | 9e62798d1c09bd5cb50a5e4c6cee3e782c6555b7 | |
| parent | 3f0d0111c17d8292a544c5a42b4a8f1e2b5fe721 (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>
| -rw-r--r-- | install.sh | 2 | 
1 files changed, 0 insertions, 2 deletions
@@ -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..."  | 
