From 79bcdb8b7dd9d81a6289ab60f4ee48b8e6148035 Mon Sep 17 00:00:00 2001 From: The Great Git Migration Date: Fri, 25 Feb 2011 02:06:03 +0000 Subject: Stripping CVS keywords --- scripts/code-clean.sh | 1 - scripts/cron-curl.sh | 1 - scripts/cron-lynx.sh | 1 - scripts/drupal.sh | 1 - scripts/dump-database-d6.sh | 1 - scripts/generate-d6-content.sh | 1 - scripts/password-hash.sh | 1 - scripts/run-tests.sh | 1 - 8 files changed, 8 deletions(-) (limited to 'scripts') diff --git a/scripts/code-clean.sh b/scripts/code-clean.sh index 19a15ad9a..3338b6ada 100644 --- a/scripts/code-clean.sh +++ b/scripts/code-clean.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $Id$ find . -name "*~" -type f | xargs rm -f find . -name ".#*" -type f | xargs rm -f diff --git a/scripts/cron-curl.sh b/scripts/cron-curl.sh index 633b3d894..9b168ab36 100644 --- a/scripts/cron-curl.sh +++ b/scripts/cron-curl.sh @@ -1,4 +1,3 @@ #!/bin/sh -# $Id$ curl --silent --compressed http://example.com/cron.php diff --git a/scripts/cron-lynx.sh b/scripts/cron-lynx.sh index 04317be6d..904667acb 100644 --- a/scripts/cron-lynx.sh +++ b/scripts/cron-lynx.sh @@ -1,4 +1,3 @@ #!/bin/sh -# $Id$ /usr/bin/lynx -source http://example.com/cron.php > /dev/null 2>&1 diff --git a/scripts/drupal.sh b/scripts/drupal.sh index 9e743cf32..5d064f571 100755 --- a/scripts/drupal.sh +++ b/scripts/drupal.sh @@ -1,6 +1,5 @@ #!/usr/bin/env php