mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -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
@ -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…
Reference in New Issue
Block a user