[BACK]Return to patch-test_check_degrees_conversions_sh CVS log [TXT][DIR] Up to [local] / ports / geo / viking / patches

File: [local] / ports / geo / viking / patches / Attic / patch-test_check_degrees_conversions_sh (download)

Revision 1.1, Thu Mar 18 11:38:20 2010 UTC (14 years, 3 months ago) by yason
Branch: MAIN

update to 0.9.92, enable regress check

$OpenBSD$
--- test/check_degrees_conversions.sh.orig	Thu Mar 18 17:14:43 2010
+++ test/check_degrees_conversions.sh	Thu Mar 18 17:15:24 2010
@@ -1,6 +1,6 @@
-#!/bin/bash
+#!/bin/sh
 
-function check_success()
+function check_success
 {
   expected=$1
   shift
@@ -16,7 +16,7 @@ function check_success()
   done
 }
 
-function check_failure()
+function check_failure
 {
   expected=$1
   shift