[arch-commits] Commit in gpsd/trunk (PKGBUILD gpsd)
    Andrea Scarpino 
    andrea at archlinux.org
       
    Tue Jul 19 06:39:13 UTC 2011
    
    
  
    Date: Tuesday, July 19, 2011 @ 02:39:13
  Author: andrea
Revision: 132017
Use /bin/bash shebang
Modified:
  gpsd/trunk/PKGBUILD
  gpsd/trunk/gpsd
----------+
 PKGBUILD |    2 +-
 gpsd     |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-07-19 05:41:04 UTC (rev 132016)
+++ PKGBUILD	2011-07-19 06:39:13 UTC (rev 132017)
@@ -21,7 +21,7 @@
 source=("http://download.berlios.de/${pkgname}/${pkgname}-${pkgver}.tar.gz"
         'gpsd' 'LICENSE')
 md5sums=('26a7a04d4298bc3a3a5d89fef4582b64'
-         'f929322fc4670543fcb36dafc7bb9e03'
+         'e287d4b34a4eb1da27f12533ae9b6dd5'
          'd217a23f408e91c94359447735bc1800')
 
 build() {
Modified: gpsd
===================================================================
--- gpsd	2011-07-19 05:41:04 UTC (rev 132016)
+++ gpsd	2011-07-19 06:39:13 UTC (rev 132017)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/bash
 
 . /etc/rc.conf
 . /etc/rc.d/functions
    
    
More information about the arch-commits
mailing list