summaryrefslogtreecommitdiff
path: root/lib/spack/spack/test/data/sourceme_first.sh
blob: a9f52597c1ea53e930d50bcdb6d5fb51f494496e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/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)



export NEW_VAR='new'
export UNSET_ME='overridden'