summaryrefslogtreecommitdiff
path: root/bin/update.sh
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2014-08-28 19:24:03 +0200
committerAleksander Machniak <alec@alec.pl>2014-08-28 19:24:03 +0200
commit29c24e647cb4c4a0928382a9ab2964980898562b (patch)
tree72d802a41d7acee8797c4c8f7318c7ceaa24ce5e /bin/update.sh
parenta98a4f8bb56eacffff1765ff09dd29af26e5fc12 (diff)
Get rid of DIRECTORY_SEPARATOR for consistency
Diffstat (limited to 'bin/update.sh')
-rwxr-xr-xbin/update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/update.sh b/bin/update.sh
index 91af6413d..f0c6d2f6c 100755
--- a/bin/update.sh
+++ b/bin/update.sh
@@ -157,7 +157,7 @@ if ($RCI->configured) {
if ($RCI->config['db_dsnw']) {
echo "Executing database schema update.\n";
system("php " . INSTALL_PATH . "bin/updatedb.sh --package=roundcube --version=" . $opts['version']
- . " --dir=" . INSTALL_PATH . DIRECTORY_SEPARATOR . "SQL", $res);
+ . " --dir=" . INSTALL_PATH . "SQL", $res);
$success = !$res;
}