summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'z-distfiles/scripts-gw-1.1/svn-del')
-rwxr-xr-xz-distfiles/scripts-gw-1.1/svn-del2
1 files changed, 1 insertions, 1 deletions
diff --git a/z-distfiles/scripts-gw-1.1/svn-del b/z-distfiles/scripts-gw-1.1/svn-del
index 9998c0a..1dc830d 100755
--- a/z-distfiles/scripts-gw-1.1/svn-del
+++ b/z-distfiles/scripts-gw-1.1/svn-del
@@ -9,6 +9,6 @@ echo ${FILES}
if [ "${1}" = "do" ]; then
if [ "x${FILES}" != "x" ]; then
- svn del "${FILES}"
+ svn del ${FILES}
fi
fi