Add GNU libtool impl

Mingye Wang
2015-11-01 22:04:13 -05:00
parent 0776a306b1
commit d83e5a576a

@@ -136,7 +136,7 @@ POSIX:
```sh ```sh
# TODO: Interpret it back to printf escapes for hard-to-copy chars like \t? # TODO: Interpret it back to printf escapes for hard-to-copy chars like \t?
# See also: http://git.savannah.gnu.org/cgit/libtool.git/tree/gl/build-aux/funclib.sh?id=c60e054c36bb9a937e6d98fd87d6345d20b3f446#n1029 # See also: http://git.savannah.gnu.org/cgit/libtool.git/tree/gl/build-aux/funclib.sh?id=c60e054#n1029
reuse_quote()( reuse_quote()(
for i; do echo -n \'; echo -n "$i" | sed -e "s/'/'\\\\''/g"; echo -n "' "; done for i; do echo -n \'; echo -n "$i" | sed -e "s/'/'\\\\''/g"; echo -n "' "; done
) )