Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
variables to substitute the proper binary location and removed bad fall-back when mktemp was not there
|
|
other versions
than Debian's. Also added Anarcat to the AUTHORS file
|
|
|
|
|
|
Start to move common functions (maketemp) to lib/tools, and better use autotools for lib/{easydialog,tools}.
|