summaryrefslogtreecommitdiff
path: root/source3/script/installmodules.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source3/script/installmodules.sh')
-rwxr-xr-xsource3/script/installmodules.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/installmodules.sh b/source3/script/installmodules.sh
index 4ea8fde327..bfc1c359b5 100755
--- a/source3/script/installmodules.sh
+++ b/source3/script/installmodules.sh
@@ -1,7 +1,7 @@
#!/bin/sh
INSTALLPERMS=$1
-DESTDIR=`echo $2 | sed 's/\/\//\//g'`
+DESTDIR=$2
BASEDIR=`echo $3 | sed 's/\/\//\//g'`
LIBDIR=`echo $4 | sed 's/\/\//\//g'`
shift