r35465 - /scripts/qa/packagecheck

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sat May 16 02:29:45 UTC 2009


Author: ryan52-guest
Date: Sat May 16 02:29:40 2009
New Revision: 35465

URL: http://svn.debian.org/wsvn/?sc=1&rev=35465
Log:
packagecheck has bashisms, use bash in the shebang

Modified:
    scripts/qa/packagecheck

Modified: scripts/qa/packagecheck
URL: http://svn.debian.org/wsvn/scripts/qa/packagecheck?rev=35465&op=diff
==============================================================================
--- scripts/qa/packagecheck (original)
+++ scripts/qa/packagecheck Sat May 16 02:29:40 2009
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 # Copyright 2007, 2008 gregor herrmann <gregoa at debian.org>
 # Copyright 2007, 2008 Damyan Ivanov <dmn at debian.org>




More information about the Pkg-perl-cvs-commits mailing list