From: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Date: Tue, 26 Nov 2013 09:08:12 +0000
Subject: csh-path

Fix csh path

Forwarded: https://github.com/TUDelftGeodesy/Doris/pull/5
---
 bin/heightamb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/heightamb b/bin/heightamb
index 474c890..3d0bd05 100755
--- a/bin/heightamb
+++ b/bin/heightamb
@@ -1,4 +1,4 @@
-#!/usr/bin/csh -f
+#!/bin/csh -f
 #%// BK 25-May-2000
 #%// $Revision: 1.1 $  $Date: 2005/07/28 09:27:00 $
 
