summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Fontanet <julien.fontanet@isonoe.net>2011-09-19 04:02:52 (GMT)
committer Julien Fontanet <julien.fontanet@isonoe.net>2011-09-19 04:02:52 (GMT)
commit0d3db613598e78bb4143f0bc3476d2a15aedc362 (patch)
treea4793c7fd802b1b77ffdcd643874c8bf2b2cc11b
parent0756cd569ec07ac2f4d3a47318cb12d7c348e8cd (diff)
downloadpsl-master.zip
psl-master.tar.gz
psl-master.tar.bz2
psl-master.tar
-rw-r--r--psl.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/psl.sh b/psl.sh
index 385ad2a..287bc4c 100644
--- a/psl.sh
+++ b/psl.sh
@@ -1,8 +1,10 @@
1## 1##
2# Portable Shell Library v0.2.6 2# Portable Shell Library v0.2.7
3# 3#
4# Julien Fontanet <julien.fontanet@isonoe.net> 4# Julien Fontanet <julien.fontanet@isonoe.net>
5# 5#
6# 2011-09-19 - v0.2.7
7# - “psl_ord()” should now work correctly.
6# 2011-09-18 - v0.2.6 8# 2011-09-18 - v0.2.6
7# - Two new functions: “psl_fast_quote()” and “psl_split_all()”. 9# - Two new functions: “psl_fast_quote()” and “psl_split_all()”.
8# - Minor correction in “psl_join()”. 10# - Minor correction in “psl_join()”.
@@ -616,7 +618,6 @@ fi
616# psl_ord 618# psl_ord
617psl_ord() 619psl_ord()
618{ 620{
619 psl_quote
620 psl=$(printf %u \'"$psl") 621 psl=$(printf %u \'"$psl")
621} 622}
622 623