summaryrefslogtreecommitdiff
path: root/scripts/dump-database-d6.sh
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2011-08-07 12:37:24 -0400
committerDries Buytaert <dries@buytaert.net>2011-08-07 12:37:24 -0400
commit132aed379c72f0702dd2e9c27cf9421f1435aba2 (patch)
tree5bd7ae2d6658822f7354963aab3243b58c0885ff /scripts/dump-database-d6.sh
parent1e48014398e19d334bb0b6e5ac517265b575a6f4 (diff)
downloadbrdo-132aed379c72f0702dd2e9c27cf9421f1435aba2.tar.gz
brdo-132aed379c72f0702dd2e9c27cf9421f1435aba2.tar.bz2
- Patch #1240320 by Chi: use __DIR__ instead of dirname(__FILE__).
Diffstat (limited to 'scripts/dump-database-d6.sh')
-rw-r--r--scripts/dump-database-d6.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dump-database-d6.sh b/scripts/dump-database-d6.sh
index 41146b075..d39bb4306 100644
--- a/scripts/dump-database-d6.sh
+++ b/scripts/dump-database-d6.sh
@@ -28,7 +28,7 @@ include_once './includes/bootstrap.inc';
drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
// Include the utility drupal_var_export() function.
-include_once dirname(__FILE__) . '/../includes/utility.inc';
+include_once __DIR__ . '/../includes/utility.inc';
// Output the PHP header.
$output = <<<ENDOFHEADER