mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-06 08:05:18 -04:00
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:
parent
cb9c998fe0
commit
2865ba30ce
7 changed files with 7 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
#/bin/sh
|
||||
#!/bin/sh
|
||||
# Script to Test the udp_server code.
|
||||
|
||||
EXEC=./bidir_tou
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#/bin/sh
|
||||
#!/bin/sh
|
||||
# Script to Test the udp_server code.
|
||||
|
||||
EXEC=./stacks_tou
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#/bin/sh
|
||||
#!/bin/sh
|
||||
# Script to Test the udp_server code.
|
||||
|
||||
EXEC=./test_tou
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#/bin/sh
|
||||
#!/bin/sh
|
||||
# Script to Test the udp_server code.
|
||||
|
||||
EXEC=./timed_tou
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#/bin/sh
|
||||
#!/bin/sh
|
||||
# Script to Test the udp_server code.
|
||||
|
||||
EXEC=./udp_server
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#/bin/sh
|
||||
#!/bin/sh
|
||||
# Script to Test the udp_server code.
|
||||
|
||||
EXEC=./udpsock_test
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#/bin/sh
|
||||
#!/bin/sh
|
||||
# Script to Test the udp_server code.
|
||||
|
||||
EXEC=./udpsort_test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue