summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunnar Wrobel <wrobel@gentoo.org>2005-01-19 12:56:10 +0000
committerGunnar Wrobel <wrobel@gentoo.org>2005-01-19 12:56:10 +0000
commit07e39b65ccf51c92cbb88864516c82b162e69159 (patch)
tree5cf4185b1e8fcb8cff67899e317bbde11cbf8adf
parentScripts and nntprss (diff)
downloadmisc-07e39b65ccf51c92cbb88864516c82b162e69159.tar.gz
misc-07e39b65ccf51c92cbb88864516c82b162e69159.tar.bz2
misc-07e39b65ccf51c92cbb88864516c82b162e69159.zip
Added login-app fix and autoprime ebuild
svn path=/z-distfiles/; revision=81
-rwxr-xr-xz-distfiles/scripts-gw-1.1/svn-add2
-rwxr-xr-xz-distfiles/scripts-gw-1.1/svn-del2
2 files changed, 2 insertions, 2 deletions
diff --git a/z-distfiles/scripts-gw-1.1/svn-add b/z-distfiles/scripts-gw-1.1/svn-add
index 09bc0f7..6b4d99a 100755
--- a/z-distfiles/scripts-gw-1.1/svn-add
+++ b/z-distfiles/scripts-gw-1.1/svn-add
@@ -9,6 +9,6 @@ echo ${FILES}
if [ "${1}" = "do" ]; then
if [ "x${FILES}" != "x" ]; then
- svn add "${FILES}"
+ svn add ${FILES}
fi
fi
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