diff options
author | adv <adv@uma.es> | 2010-05-12 16:37:35 +0000 |
---|---|---|
committer | adv <adv@uma.es> | 2010-05-12 16:37:35 +0000 |
commit | 6a795a301ae9a875bf50a71503feb178a640abbd (patch) | |
tree | a8cba1b4e6ed932fba5703de1f997dba85ac7c77 /client/engine | |
parent | b56104fb3c248e8f99843d83aa8ce6a9528f4ff6 (diff) |
trunk engine ToolsGNU.c
git-svn-id: https://opengnsys.es/svn/trunk@931 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'client/engine')
-rw-r--r-- | client/engine/ToolsGNU.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/client/engine/ToolsGNU.c b/client/engine/ToolsGNU.c index a305c2cb..e68aa579 100644 --- a/client/engine/ToolsGNU.c +++ b/client/engine/ToolsGNU.c @@ -33,7 +33,7 @@ function mbuffer () { if [ "$1" = install ] then - install http://www.maier-komor.de/software/mbuffer/mbuffer-20100327.tgz + install "http://www.maier-komor.de/software/mbuffer/mbuffer-20100327.tgz" else return fi @@ -43,7 +43,7 @@ function ms-sys () { if [ "$1" = install ] then - install http://downloads.sourceforge.net/project/ms-sys/ms-sys%20development/2.1.5/ms-sys-2.1.5.tar.gz + install "http://downloads.sourceforge.net/project/ms-sys/ms-sys%20development/2.1.5/ms-sys-2.1.5.tar.gz" else return fi @@ -53,7 +53,7 @@ function ctorrent () { if [ "$1" = install ] then - install http://sourceforge.net/projects/dtorrent/files/dtorrent/3.3.2/ctorrent-dnh3.3.2.tar.gz/download + install "http://sourceforge.net/projects/dtorrent/files/dtorrent/3.3.2/ctorrent-dnh3.3.2.tar.gz/download" else return fi @@ -63,7 +63,7 @@ function udpcast () { if [ "$1" = install ] then - install http://udpcast.linux.lu/download/udpcast-20100130.tar.gz + install "http://udpcast.linux.lu/download/udpcast-20100130.tar.gz" else return fi @@ -73,7 +73,7 @@ function ntfs-3g () { if [ "$1" = install ] then - install http://tuxera.com/opensource/ntfs-3g-2010.3.6.tgz + install "http://tuxera.com/opensource/ntfs-3g-2010.3.6.tgz" else return fi @@ -82,7 +82,7 @@ fi function partitionsaving () { -echo http://damien.guibouret.free.fr/savepart.zip +echo "http://damien.guibouret.free.fr/savepart.zip" } |