aboutsummaryrefslogtreecommitdiff
path: root/trunk/src/templatepkg
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/templatepkg')
-rwxr-xr-xtrunk/src/templatepkg7
1 files changed, 0 insertions, 7 deletions
diff --git a/trunk/src/templatepkg b/trunk/src/templatepkg
index aba8385..96c1d70 100755
--- a/trunk/src/templatepkg
+++ b/trunk/src/templatepkg
@@ -665,13 +665,6 @@ function setroot {
}
-function slash {
-
- # remove additional slashes
- echo $1 | sed -e 's/\/\+/\//g'
-
-}
-
# -----------------------------------------------------
# main
# -----------------------------------------------------