fixed sh scripts. Needs "#!" to indiate what shell to use

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6033 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2012-12-26 09:28:38 +00:00
parent cb9c998fe0
commit 2865ba30ce
7 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
#/bin/sh
#!/bin/sh
# Script to Test the udp_server code.
EXEC=./bidir_tou

View File

@ -1,4 +1,4 @@
#/bin/sh
#!/bin/sh
# Script to Test the udp_server code.
EXEC=./stacks_tou

View File

@ -1,4 +1,4 @@
#/bin/sh
#!/bin/sh
# Script to Test the udp_server code.
EXEC=./test_tou

View File

@ -1,4 +1,4 @@
#/bin/sh
#!/bin/sh
# Script to Test the udp_server code.
EXEC=./timed_tou

View File

@ -1,4 +1,4 @@
#/bin/sh
#!/bin/sh
# Script to Test the udp_server code.
EXEC=./udp_server

View File

@ -1,4 +1,4 @@
#/bin/sh
#!/bin/sh
# Script to Test the udp_server code.
EXEC=./udpsock_test

View File

@ -1,4 +1,4 @@
#/bin/sh
#!/bin/sh
# Script to Test the udp_server code.
EXEC=./udpsort_test