Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-updates-src > by-pkgid > 8ebdd8ee5a97af7e94d058661190ce91 > files > 5

drupal-7.41-1.1.mga5.src.rpm

--- scripts/code-clean.sh.orig	2011-10-09 11:44:18.016318298 +0200
+++ scripts/code-clean.sh	2011-10-09 11:52:08.484298504 +0200
@@ -1,5 +1,3 @@
-#!/bin/sh
-
 find . -name "*~" -type f | xargs rm -f
 find . -name ".#*" -type f | xargs rm -f
 find . -name "*.rej" -type f | xargs rm -f
--- scripts/cron-curl.sh.orig	2011-10-09 11:44:29.976317756 +0200
+++ scripts/cron-curl.sh	2011-10-09 11:52:20.639297917 +0200
@@ -1,3 +1 @@
-#!/bin/sh
-
 curl --silent --compressed http://example.com/cron.php
--- scripts/cron-lynx.sh.orig	2011-10-09 11:44:42.323317331 +0200
+++ scripts/cron-lynx.sh	2011-10-09 11:52:33.681297429 +0200
@@ -1,3 +1 @@
-#!/bin/sh
-
 /usr/bin/lynx -source http://example.com/cron.php > /dev/null 2>&1
--- scripts/dump-database-d6.sh.orig	2011-10-09 11:47:26.589310348 +0200
+++ scripts/dump-database-d6.sh	2011-10-09 11:52:45.613296935 +0200
@@ -1,4 +1,3 @@
-#!/usr/bin/env php
 <?php
 
 /**
--- scripts/generate-d6-content.sh.orig	2011-10-09 11:47:37.640309931 +0200
+++ scripts/generate-d6-content.sh	2011-10-09 11:52:55.200296534 +0200
@@ -1,4 +1,3 @@
-#!/usr/bin/env php
 <?php
 
 /**
--- scripts/drupal.sh.orig	2011-10-09 11:47:50.564309341 +0200
+++ scripts/drupal.sh	2011-10-09 11:53:12.364295795 +0200
@@ -1,4 +1,3 @@
-#!/usr/bin/env php
 <?php
 
 /**
--- scripts/password-hash.sh.orig	2011-10-09 11:51:47.326299388 +0200
+++ scripts/password-hash.sh	2011-10-09 11:53:24.040295319 +0200
@@ -1,4 +1,3 @@
-#!/usr/bin/env php
 <?php
 
 /**