1
0
Fork 0
mirror of https://github.com/subsurface/subsurface.git synced 2025-02-19 22:16:15 +00:00

Color implies debug.

Signed-off-by: Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Cristian Ionescu-Idbohrn 2013-05-12 11:49:21 +02:00 committed by Dirk Hohndel
parent 76eb67a0a0
commit 7fcafe9c11

View file

@ -27,6 +27,7 @@ while getopts cdr opt; do
case $opt in case $opt in
c) c)
color=y color=y
debug=y
;; ;;
d) d)
debug=y debug=y