aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander <ilabdsf@gmail.com>2018-08-28 15:08:42 +0300
committerfiaxh <fiaxh@users.noreply.github.com>2018-08-28 14:08:42 +0200
commit9e93a77a624aed24402cf1ece69c05aaa0aab600 (patch)
tree2c5693698a66f69c255cbb43bc1c2b98424dd591
parent21e3f60cc45f689881b2d5370c30ff19a32b46be (diff)
downloaddino-9e93a77a624aed24402cf1ece69c05aaa0aab600.tar.gz
dino-9e93a77a624aed24402cf1ece69c05aaa0aab600.zip
Fix indentation in ./configure script (#351)
Replace tabs with spaces for consistency.
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index e89281fc..d1de2053 100755
--- a/configure
+++ b/configure
@@ -130,8 +130,8 @@ while true; do
# Ignore for autotools compat
--host | --build ) shift; shift ;;
--disable-dependency-tracking | --enable-dependency-tracking ) shift ;;
- # Ignore for debian compat
- --disable-silent-rules | --disable-maintainer-mode ) shift ;;
+ # Ignore for debian compat
+ --disable-silent-rules | --disable-maintainer-mode ) shift ;;
-h | --help ) help; exit 0 ;;
-- ) shift; break ;;
* ) break ;;