summaryrefslogtreecommitdiff
path: root/lib/spack/spack/test/data/sourceme_parameters.sh
blob: bf0de006cfe82b8a8d31b600d82752fdec9b9575 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/env bash
#
# Copyright 2013-2023 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)



if [[ "$1" == "intel64" ]] ; then
    export FOO='intel64'
else
    export FOO='default'
fi