mirror of
https://github.com/coder/coder.git
synced 2026-09-21 20:51:01 +08:00
Normalize program names in shellparse.Parse to their basename. Does not rely on filepath.Base because the server may run on either Linux or Windows where the behavior would differ. Closes CODAGT-470