From 9bfe108fb71b82926afb9f6dfad0cf02f6be998f Mon Sep 17 00:00:00 2001 From: rhatto Date: Fri, 6 Apr 2007 02:51:58 +0000 Subject: function slash changed to common.sh git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@284 04377dda-e619-0410-9926-eae83683ac58 --- trunk/lib/common.sh | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'trunk/lib/common.sh') diff --git a/trunk/lib/common.sh b/trunk/lib/common.sh index f66e9a7..af76cd1 100644 --- a/trunk/lib/common.sh +++ b/trunk/lib/common.sh @@ -505,3 +505,10 @@ function set_jail_perms { } +function slash { + + # remove additional slashes + echo $1 | sed -e 's/\/\+/\//g' + +} + -- cgit v1.2.3