r4603 - dists/trunk/linux-2.6/debian/bin

Bastian Blank waldi at costa.debian.org
Sun Oct 23 10:05:40 UTC 2005


Author: waldi
Date: 2005-10-23 10:05:39 +0000 (Sun, 23 Oct 2005)
New Revision: 4603

Modified:
   dists/trunk/linux-2.6/debian/bin/apply
Log:
debian/bin/apply: Use /bin/bash, arrays are a bash extension.


Modified: dists/trunk/linux-2.6/debian/bin/apply
===================================================================
--- dists/trunk/linux-2.6/debian/bin/apply	2005-10-23 10:03:20 UTC (rev 4602)
+++ dists/trunk/linux-2.6/debian/bin/apply	2005-10-23 10:05:39 UTC (rev 4603)
@@ -1,5 +1,4 @@
-#!/bin/sh 
-# $Id: apply,v 1.4 2003/06/30 12:49:09 herbert Exp $
+#!/bin/bash 
 
 set -e
 




More information about the Kernel-svn-changes mailing list