about summary refs log tree commit diff
path: root/xnew
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2014-12-10 18:34:33 +0100
committerChristian Neukirchen <chneukirchen@gmail.com>2014-12-10 18:34:33 +0100
commit73d3cecc0959e00449c5125d7bc1c1d7d5c8ab26 (patch)
tree8e5b96ce66304b5f6ac076664e7cc8223b345ea7 /xnew
parent289ec939c2028add7d99eb0d069a860df105f8bd (diff)
downloadxtools-73d3cecc0959e00449c5125d7bc1c1d7d5c8ab26.tar.gz
xtools-73d3cecc0959e00449c5125d7bc1c1d7d5c8ab26.tar.xz
xtools-73d3cecc0959e00449c5125d7bc1c1d7d5c8ab26.zip
xnew: spurious slash.
Diffstat (limited to 'xnew')
-rwxr-xr-xxnew2
1 files changed, 1 insertions, 1 deletions
diff --git a/xnew b/xnew
index 05fabb1..5cb76f3 100755
--- a/xnew
+++ b/xnew
@@ -26,7 +26,7 @@ case "$PKG" in
 	done
 	version=${version%.}
 	PKG=${PKG%-*}
-	distfiles="$homepage/\${pkgname}-\${version}.$ext"
+	distfiles="$homepage\${pkgname}-\${version}.$ext"
 esac
 
 mkdir $srcdir/$PKG