diff options
author | Mu Qiao <qiaomuf@gentoo.org> | 2011-06-02 17:20:21 +0800 |
---|---|---|
committer | Petteri Räty <petsku@petteriraty.eu> | 2011-06-02 14:41:14 +0300 |
commit | e34dbb92557c29135a79d6ec65f8785670a40104 (patch) | |
tree | 9786a48efba75de12a40b01c4d2d2db8faad4c9a /src/cppbash_builtin.cpp | |
parent | Builtin: support eval built-in (diff) | |
download | libbash-e34dbb92557c29135a79d6ec65f8785670a40104.tar.gz libbash-e34dbb92557c29135a79d6ec65f8785670a40104.tar.bz2 libbash-e34dbb92557c29135a79d6ec65f8785670a40104.zip |
Coding standard: git log for author information
The author information can be found from git so just refer people
from that.
Diffstat (limited to 'src/cppbash_builtin.cpp')
-rw-r--r-- | src/cppbash_builtin.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cppbash_builtin.cpp b/src/cppbash_builtin.cpp index a66622e..a0299a9 100644 --- a/src/cppbash_builtin.cpp +++ b/src/cppbash_builtin.cpp @@ -18,7 +18,6 @@ */ /// /// \file cppbash_builtin.cpp -/// \author Nathan Eloe /// \brief Implementation of class to inherit builtins from /// |