Skip to content

Instantly share code, notes, and snippets.

@runeimp
Created June 30, 2018 04:22
Show Gist options
  • Save runeimp/7440475ea7b2015b8baefed8fa2a7fbb to your computer and use it in GitHub Desktop.
Save runeimp/7440475ea7b2015b8baefed8fa2a7fbb to your computer and use it in GitHub Desktop.
Justfile error: Unknown start of token, etc. with just v0.3.12 on macOS High Sierra
BIN_VERSION = "$(grep -E '^__version__' my_script.py | cut -d"'" -f2 | cut -d\" -f2)"
# BIN_VERSION = "$(grep -E '^__version__' my_script.py | cut -d\' -f2 | cut -d\" -f2)"
# BIN_VERSION = "`grep -E '^__version__' my_script.py | cut -d"'" -f2 | cut -d\" -f2`"
# BIN_VERSION = "`grep -E '^__version__' my_script.py | cut -d\' -f2 | cut -d\" -f2`"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment