summaryrefslogtreecommitdiff
path: root/includes/cd-list.sh
diff options
context:
space:
mode:
Diffstat (limited to 'includes/cd-list.sh')
-rw-r--r--includes/cd-list.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/cd-list.sh b/includes/cd-list.sh
index f736093..84465b5 100644
--- a/includes/cd-list.sh
+++ b/includes/cd-list.sh
@@ -104,7 +104,8 @@ function get_game
CDNO=2
;;
* )
- echo "Unrecognised CD - please select game from menu or change the disc in ${CDMOUNT}"
+ [ $SKIP_DETECTION -eq 0 ] && \
+ echo "Unrecognised CD - please select game from menu or change the disc in ${CDMOUNT}"
choosegame
;;
esac