Skip to content

Commit

Permalink
Fix shebang and permission of src/gsfml/fz_funcs.sh (#8131)
Browse files Browse the repository at this point in the history
* Fix shebang and permission of src/gsfml/fz_funcs.sh

* Update one more
  • Loading branch information
seisman authored Dec 5, 2023
1 parent ccd29e7 commit 8ec1044
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/scripts/GMT_gsfml_components.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Plot the three building blocks G0, G1, G2 in a normalized way
gmt begin GMT_gsfml_components
fzmodeler -D-30/30/0.1 -N1 -W10 -G0 -T- | gmt plot -W1p,red -Bxafg5 -Byafg1 -R-30/30/-1.1/1.1 -JX15c/-4c -l"-G@-0@-"
Expand Down
2 changes: 1 addition & 1 deletion src/gsfml/fz_funcs.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#--------------------------------------------------------------------
# Copyright (c) 2015-2023 by P. Wessel
# See LICENSE.TXT file for copying and redistribution conditions.
Expand Down

0 comments on commit 8ec1044

Please sign in to comment.