Age | Commit message (Collapse) | Author |
|
... so that this option can be disabled on systems that don't support it.
This also allows to use another compression program, such as pbzip2 on SMP
machines (closes Roundup bug #2405).
|
|
as such
This should fix Redmine bug #1340.
This option makes pipelines return as status the value of the last (rightmost)
command to exit with a non-zero status, or zero if all commands exit
successfully. See bash(1) for details.
E.g. this prevents the following from exiting with status 0 (!) if pg_dumpall
fails:
pg_dumpall | gzip
|
|
|
|
This commit (64edfccf7684d9c080e734b25fa9361f0190afec) was wrongly committed to
the debian branch.
Conflicts:
handlers/mysql.in
|
|
... to support shell meta-characters in database names.
Closes Redmine bug #617.
|
|
|
|
The modelines added match the emacs lines already present and also set
the filetype to sh (just like the emacs lines).
|
|
Previously, there were many indentation styles in use: Real tabs, 2, 3
or 4 spaces, mixing these within the same file, function or even within
a single line.
This commit changes all bash scripts in the handlers, src and lib dirs
to use consistent indentation: three spaces are now used everywhere.
Other files (e.g. Makefiles) are left untouched.
Additionally, this commit removes all trailing whitespace.
|
|
|
|
|
|
(factorization++)
|
|
#452039)
|
|
|
|
|