We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--without $feature
emacs-build/emacs-build.sh
Line 58 in b29b161
would be better written as
for f in $inactive; do echo " --without-$f"; done
Otherwise the emacs-build.sh --help output looks odd (notice the missing dash in the last line when comparing with the lines above):
emacs-build.sh --help
Emacs-build tool version 0.4.1, (c) 2020 Juan Jose Garcia-Ripoll Usage: ... 8< snip 8< snip 8< ... --with-gnutls --with-zlib --without native-compilation
The text was updated successfully, but these errors were encountered:
No branches or pull requests
emacs-build/emacs-build.sh
Line 58 in b29b161
would be better written as
Otherwise the
emacs-build.sh --help
output looks odd (notice the missing dash in the last line when comparing with the lines above):The text was updated successfully, but these errors were encountered: