summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Alexander (wired) <alex.alexander@gmail.com>2009-05-14 19:40:53 +0300
committerAlex Alexander (wired) <alex.alexander@gmail.com>2009-05-14 19:40:53 +0300
commitb71bb09773d6cea05bd6f5114368f4c6f4bccd0b (patch)
tree08669b1488a161589e769399720b5fee7f95b3b6
parent43d394d6fb2cb40ddd83b672ba03ff64cb0cdd5b (diff)
downloadkde-b71bb09773d6cea05bd6f5114368f4c6f4bccd0b.tar.gz
kde-b71bb09773d6cea05bd6f5114368f4c6f4bccd0b.tar.bz2
kde-b71bb09773d6cea05bd6f5114368f4c6f4bccd0b.zip
double square brackets =]
-rwxr-xr-xDocumentation/metadata-sync2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/metadata-sync b/Documentation/metadata-sync
index 73da28b77cd..64b1da5c514 100755
--- a/Documentation/metadata-sync
+++ b/Documentation/metadata-sync
@@ -1,6 +1,6 @@
#!/bin/bash
PWD=`pwd`
-if [ "${PWD/*\//}" == "Documentation" ]; then
+if [[ ${PWD/*\//} == Documentation ]]; then
rsync -av --delete rsync://slackie.soylent.eu/metadata/kde-testing/ ../metadata/cache
else
echo "this script is meant to be run from within Documentation/";