summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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