projects
/
clickslide
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcb3e20
)
bugfix: pipeline use for STRING()
author
Paul Hänsch
<paul@plutz.net>
Wed, 18 Jul 2018 14:28:40 +0000
(16:28 +0200)
committer
Paul Hänsch
<paul@plutz.net>
Wed, 18 Jul 2018 14:28:40 +0000
(16:28 +0200)
storage.sh
patch
|
blob
|
history
diff --git
a/storage.sh
b/storage.sh
index fd7582057e112f2ec582e6ede8d7dd1995ce2a66..0d09b262b4d700dac399dbc165ff5250570d16fa 100755
(executable)
--- a/
storage.sh
+++ b/
storage.sh
@@
-74,7
+74,7
@@
STRING='
STRING(){
{ [ $# -eq 0 ] && cat || printf %s "$*"; } \
- |
printf %s "$*" |
sed -r ':X; $!{N;bX;}'"$STRING"
+ | sed -r ':X; $!{N;bX;}'"$STRING"
}
UNSTRING='