Skip to content
Snippets Groups Projects
Commit 58fe5670 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Cosmetics for obsolete script.

parent c252359e
No related branches found
No related tags found
No related merge requests found
#! /bin/bash
#
# scripts/reconfigure-mistral --- script for yaxt tests
# reconfigure-mistral --- run scripts/reconfigure in reprocible
# environment on DKRZ mistral
#
# Copyright (C) 2022 Jörg Behrens <behrens@dkrz.de>
# Moritz Hanke <hanke@dkrz.de>
......@@ -48,6 +49,11 @@ autoconf --version
automake --version
libtoolize --version
scripts/reconfigure
if [ -x scripts/recreate-testsuite.sh ]; then
exec scripts/recreate-testsuite.sh
fi
#
# Local Variables:
# mode: sh
# coding: utf-8
# license-project-url: "https://www.dkrz.de/redmine/projects/scales-ppm"
# license-default: "bsd"
# End:
#
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment