Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > 4036abfe5dee0ca880333f5bdd92d232 > files > 1

drupal-6.22-1.fc13.src.rpm

diff -r -U3 drupal-6.22.orig/scripts/code-clean.sh drupal-6.22/scripts/code-clean.sh
--- drupal-6.22.orig/scripts/code-clean.sh	2011-05-25 15:43:55.000000000 -0500
+++ drupal-6.22/scripts/code-clean.sh	2011-05-26 08:49:57.857465974 -0500
@@ -1,4 +1,3 @@
-#!/bin/sh
 
 find . -name "*~" -type f | xargs rm -f
 find . -name ".#*" -type f | xargs rm -f
diff -r -U3 drupal-6.22.orig/scripts/code-style.pl drupal-6.22/scripts/code-style.pl
--- drupal-6.22.orig/scripts/code-style.pl	2011-05-25 15:43:55.000000000 -0500
+++ drupal-6.22/scripts/code-style.pl	2011-05-26 08:50:02.491466042 -0500
@@ -1,4 +1,3 @@
-#!/usr/bin/perl -w
 
 use Pod::Usage;
 use Getopt::Long qw(GetOptions);
diff -r -U3 drupal-6.22.orig/scripts/cron-curl.sh drupal-6.22/scripts/cron-curl.sh
--- drupal-6.22.orig/scripts/cron-curl.sh	2011-05-25 15:43:55.000000000 -0500
+++ drupal-6.22/scripts/cron-curl.sh	2011-05-26 08:50:09.717466024 -0500
@@ -1,3 +1,2 @@
-#!/bin/sh
 
 curl --silent --compressed http://example.com/cron.php
diff -r -U3 drupal-6.22.orig/scripts/cron-lynx.sh drupal-6.22/scripts/cron-lynx.sh
--- drupal-6.22.orig/scripts/cron-lynx.sh	2011-05-25 15:43:55.000000000 -0500
+++ drupal-6.22/scripts/cron-lynx.sh	2011-05-26 08:50:13.102466019 -0500
@@ -1,3 +1,2 @@
-#!/bin/sh
 
 /usr/bin/lynx -source http://example.com/cron.php > /dev/null 2>&1
diff -r -U3 drupal-6.22.orig/scripts/drupal.sh drupal-6.22/scripts/drupal.sh
--- drupal-6.22.orig/scripts/drupal.sh	2011-05-25 15:43:55.000000000 -0500
+++ drupal-6.22/scripts/drupal.sh	2011-05-26 08:50:16.687466206 -0500
@@ -1,4 +1,3 @@
-#!/usr/bin/php
 <?php
 
 /**