summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2012-04-24 10:08:15 -0700
committerSam Roberts <vieuxtech@gmail.com>2012-04-24 10:08:15 -0700
commitf298b0a95d698600ccf2dc66bacc887c240d862d (patch)
tree5e1681ba4a93fabfc3cfbd0295cf43aa7ea85fda
parentd3f3b6c5b219f57f3b9a3a8358049d7a3f0a6e13 (diff)
downloadlibnet-f298b0a95d698600ccf2dc66bacc887c240d862d.tar.gz
Properly quote filenames to be pushed to sourceforge
-rwxr-xr-xPush2
1 files changed, 1 insertions, 1 deletions
diff --git a/Push b/Push
index c0898f7..b2b2e5c 100755
--- a/Push
+++ b/Push
@@ -1,7 +1,7 @@
#!/bin/sh
V=$(git describe --tags)
-F=../$V.tar.gz ../README.txt
+F="../$V.tar.gz ../README.txt"
scp $F ras_u_ras_t@frs.sourceforge.net:/home/frs/project/libnet-dev/