projects
/
dotfiles
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a57506
)
fixed a tiny error inside md5 extract function
author
patrick nsukami
<ndkpatt@gmail.com>
Wed, 3 Dec 2014 05:45:27 +0000
(
05:45
+0000)
committer
patrick nsukami
<ndkpatt@gmail.com>
Wed, 3 Dec 2014 05:45:27 +0000
(
05:45
+0000)
.bash_function
patch
|
blob
|
history
diff --git
a/.bash_function
b/.bash_function
index
4992cdc
..
50d5aa4
100644
(file)
--- a/
.bash_function
+++ b/
.bash_function
@@
-278,7
+278,7
@@
my_xmd5() {
local string=$1;
echo "md5 hash of '$string' is: "
- echo -n "$sring" | md5sum;
+ echo -n "$s
t
ring" | md5sum;
}
# Creates an archive (*.tar.gz) from given directory.