Skip to content

Commit

Permalink
Specify shell for bin/get_eigen.sh script
Browse files Browse the repository at this point in the history
This commit prevents errors for people using sh, zsh, or other
shells that don't support '[[' syntax. All the other scripts of the
form bing/get_*.sh specify the shell.
  • Loading branch information
ExactNote committed Apr 20, 2024
1 parent 2c9aa47 commit 87a5eff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/get_eigen.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#! /bin/bash -e
# SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
# SPDX-FileCopyrightText: Bradley M. Bell <[email protected]>
# SPDX-FileContributor: 2003-24 Bradley M. Bell
Expand Down

0 comments on commit 87a5eff

Please sign in to comment.