diff options
author | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-08-13 15:31:52 -0700 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-08-13 15:31:52 -0700 |
commit | 5c1046f14ff2e1efda332aa07747661abca0b98f (patch) | |
tree | 5ffba33f1ebf03321901da2202b49da71dbc2287 /src/common | |
parent | 70674cae8b3d69d0e750125387b26c0d5857c5ba (diff) | |
parent | 48bdbc58cfe649c404240b629d9cef5134da5937 (diff) |
Merge commit 'dkg/master'
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ file_hash() { # character # FIXME: undo all escape character translation in with-colons gpg output unescape() { - echo "$1" | sed 's/\\x3a/:/' + echo "$1" | sed 's/\\x3a/:/g' } # remove all lines with specified string from specified file |