Skip to content

Instantly share code, notes, and snippets.

@cgwalters
Created October 22, 2020 13:49
Show Gist options
  • Save cgwalters/ab5d917ba12bdd68f07b81db818f98c3 to your computer and use it in GitHub Desktop.
Save cgwalters/ab5d917ba12bdd68f07b81db818f98c3 to your computer and use it in GitHub Desktop.
```
In src/cmd-fetch line 112:
prepare_compose_overlays ${IGNORE_COSA_OVERRIDES_ARG}
^--------------------------^ SC2086: Double quote to prevent globbing and word splitting.
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment