r52728 - /scripts/examples/check-build

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Feb 14 14:27:48 UTC 2010


Author: gregoa
Date: Sun Feb 14 14:27:31 2010
New Revision: 52728

URL: http://svn.debian.org/wsvn/?sc=1&rev=52728
Log:
'read -n' is a bashism -> /bin/bash

Modified:
    scripts/examples/check-build

Modified: scripts/examples/check-build
URL: http://svn.debian.org/wsvn/scripts/examples/check-build?rev=52728&op=diff
==============================================================================
--- scripts/examples/check-build (original)
+++ scripts/examples/check-build Sun Feb 14 14:27:31 2010
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 # Copyright: 2010, gregor herrmann <gregoa at debian.org>
 # Licensed under the same terms as Perl (Artistic | GPL-1+)




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