qmk / qmk_firmware

Open-source keyboard firmware for Atmel AVR and Arm USB families
https://qmk.fm
GNU General Public License v2.0
17.46k stars 37.68k forks source link

Fix docker_cmd.sh when userspace is not configured #23997

Closed zvecr closed 6 days ago

zvecr commented 6 days ago

Description

Running with userspace not configured produces the following error:

./util/docker_cmd.sh: 55: cd: can't cd to None

The issue being that the None returned from QMK_USERSPACE printing out where the preceding checks expect empty string.

Types of Changes

Issues Fixed or Closed by This PR

Checklist