Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MINIFICPP-729: Remove duplicate bustache install line #480

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions bstrp_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ show_supported_features() {
echo "K. Bustache Support ............$(print_feature_status BUSTACHE_ENABLED)"
echo "L. MQTT Support ................$(print_feature_status MQTT_ENABLED)"
echo "M. SQLite Support ..............$(print_feature_status SQLITE_ENABLED)"
echo "N. Bustache Support ............$(print_feature_status BUSTACHE_ENABLED)"
echo "****************************************"
echo " Build Options."
echo "****************************************"
Expand Down Expand Up @@ -289,7 +288,6 @@ read_feature_options(){
k) ToggleFeature BUSTACHE_ENABLED ;;
l) ToggleFeature MQTT_ENABLED ;;
m) ToggleFeature SQLLITE_ENABLED ;;
n) ToggleFeature BUSTACHE_ENABLED ;;
1) ToggleFeature TESTS_DISABLED ;;
2) EnableAllFeatures ;;
p) FEATURES_SELECTED="true" ;;
Expand Down