[BACK]Return to patch-tests_gpsdrive_test_sh CVS log [TXT][DIR] Up to [local] / qmapshack / gpsdrive / patches

Annotation of qmapshack/gpsdrive/patches/patch-tests_gpsdrive_test_sh, Revision 1.1.1.1

1.1       kirby       1: $OpenBSD$
                      2: --- tests/gpsdrive_test.sh.orig        Sat Sep 15 17:12:04 2007
                      3: +++ tests/gpsdrive_test.sh     Sun Oct  7 17:47:24 2007
                      4: @@ -1,4 +1,4 @@
                      5: -#!/bin/bash
                      6: +#!/bin/sh
                      7:  # ============================================
                      8:  # Run some tests on Gpsdrive
                      9:
                     10: @@ -6,15 +6,15 @@
                     11:  mkdir -p logs
                     12:
                     13:  (
                     14: -    if  [ ! -d scripts ] ; then
                     15: +    if  [ ! -d ../scripts ] ; then
                     16:        echo ""
                     17: -      echo "!!!!!!!!! WARNING: Directory scripts not found."
                     18: -      echo "                   Please run from Top Level Directory"
                     19: +      echo "!!!!!!!!! WARNING: Directory ../scripts not found."
                     20: +      echo "                   Please run from tests directory."
                     21:        echo ""
                     22:        exit -1
                     23:      fi
                     24:
                     25: -    cd ./scripts
                     26: +    cd ../scripts
                     27:
                     28:      # ------------------------------------------------------------------ geoinfo
                     29:      echo "------------------> check geoinfo.pl -h"

CVSweb