Skip to content

Commit

Permalink
[FreeBSD] Be more POSIX compliant bash->sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikolaj Krzewicki authored and pcanal committed Jul 17, 2023
1 parent 80827aa commit 5e0c75d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build/unix/pandoc-jira.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh

# Script to be called as filter by pandoc.
# Replaces text (!) [ROOT-7392] with a proper link; doesn't touch any link that
Expand Down
2 changes: 1 addition & 1 deletion config/rootssh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

if [[ $# -eq 0 ]] ; then

Expand Down
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
#

echo ""
Expand Down
2 changes: 1 addition & 1 deletion math/smatrix/CreateBinaryOp.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
#
# Script to generate binary operators for SVector & SMatrix class.
# The operator is applied for each element:
Expand Down
2 changes: 1 addition & 1 deletion math/smatrix/CreateUnaryOp.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
#
# Script to generate unary operators for SVector and SMatrix class.
# The operator is applied for each element:
Expand Down

0 comments on commit 5e0c75d

Please sign in to comment.