summaryrefslogtreecommitdiff
path: root/lib/spack/spack/test/data/sourceme_parameters.sh
blob: bc7e622d2a3cd16d20a12d416bf1eb53da8c03c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/env bash
#
# Copyright 2013-2024 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