diff options
-rwxr-xr-x | testcurl.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testcurl.sh b/testcurl.sh index 32c10b89d..25dd9ed6d 100755 --- a/testcurl.sh +++ b/testcurl.sh @@ -18,8 +18,8 @@ version=1 fixed=0 die(){ - echo "testcurl: ENDING HERE" - exit 1 + echo "testcurl: ENDING HERE" + exit 1 } if [ -f setup ]; then |