mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
Changed bash command substitution from command
to $(command)
This commit is contained in:
parent
1aa7bfcf98
commit
f991913c24
|
@ -11,7 +11,7 @@ if [ ! -r "$OS_REQUIREMENTS_FILENAME" ]; then
|
|||
cat <<-EOF >&2
|
||||
There is no requirements file for your distribution.
|
||||
You can see one of the files listed below to help search the equivalent package in your system:
|
||||
`find ./ -name "requirements-*.apt" -printf " - %f\n"`
|
||||
$(find ./ -name "requirements-*.apt" -printf " - %f\n")
|
||||
EOF
|
||||
exit 1;
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue
Block a user