mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Script was using -eq, which is a numeric comparison, and was producing an "integer expression expected" error. Changed to =, the string comparison operator.