diff options
| author | danix <danix@danix.xyz> | 2023-04-14 09:32:15 +0200 |
|---|---|---|
| committer | danix <danix@danix.xyz> | 2023-04-14 09:32:15 +0200 |
| commit | b1e2a0183a9b5b587968f2ab77ac5952331d1972 (patch) | |
| tree | e5b0fc44e1fe1e49626d71bf40559ad2319429a3 /SOURCE/CORE/core-show.sh | |
| parent | 87a368fe55efdd2cba599e07f29786a3ad745310 (diff) | |
| download | bash-notes-b1e2a0183a9b5b587968f2ab77ac5952331d1972.tar.gz bash-notes-b1e2a0183a9b5b587968f2ab77ac5952331d1972.zip | |
removed the 'function' keyword before declaring a function as is not needed.
Diffstat (limited to 'SOURCE/CORE/core-show.sh')
| -rw-r--r-- | SOURCE/CORE/core-show.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SOURCE/CORE/core-show.sh b/SOURCE/CORE/core-show.sh index 1a04c82..ac02c6b 100644 --- a/SOURCE/CORE/core-show.sh +++ b/SOURCE/CORE/core-show.sh @@ -1,4 +1,4 @@ -function shownote() { +shownote() { NOTE=$1 # shellcheck disable=SC2155 |
