diff options
author | Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com> | 2013-05-12 11:49:21 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-05-12 07:23:48 -0700 |
commit | 7fcafe9c11d2345a0f048617bb4fa7ee5076dd53 (patch) | |
tree | 1e012210c6dfacfa5512ccf517f2ddbddd6f9450 /scripts | |
parent | 76eb67a0a0228d33ab4db9106bf9233f86d6ec0e (diff) | |
download | subsurface-7fcafe9c11d2345a0f048617bb4fa7ee5076dd53.tar.gz |
Color implies debug.
Signed-off-by: Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/check-version | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/check-version b/scripts/check-version index a6f1f211a..ab98211c6 100755 --- a/scripts/check-version +++ b/scripts/check-version @@ -27,6 +27,7 @@ while getopts cdr opt; do case $opt in c) color=y + debug=y ;; d) debug=y |