]> git.ipfire.org Git - thirdparty/git.git/commitdiff
remote-mediawiki tests: use "$dir/" instead of "$dir."
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Mon, 21 Sep 2020 10:39:50 +0000 (12:39 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 21 Sep 2020 19:37:38 +0000 (12:37 -0700)
Change UI messages to use "$dir/" instead of "$dir.". I think this is
less confusing when referring to an absolute directory path.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/mw-to-git/t/test-gitmw-lib.sh

index a466be8f3f5dd3d018691a687ae679307a58f7f9..eb45a5a641ea5c038b37f4d1890df844b5518251 100755 (executable)
@@ -343,10 +343,10 @@ wiki_install () {
                        "http://download.wikimedia.org/mediawiki/$MW_VERSION_MAJOR/"\
                        "$MW_FILENAME. "\
                        "Please fix your connection and launch the script again."
-               echo "$MW_FILENAME downloaded in $(pwd). "\
-                       "You can delete it later if you want."
+               echo "$MW_FILENAME downloaded in $(pwd)/;" \
+                    "you can delete it later if you want."
        else
-               echo "Reusing existing $MW_FILENAME downloaded in $(pwd)."
+               echo "Reusing existing $MW_FILENAME downloaded in $(pwd)/"
        fi
        archive_abs_path=$(pwd)/$MW_FILENAME
        cd "$WIKI_DIR_INST/$WIKI_DIR_NAME/" ||