Function to conditionally set a variable read-only
If I had a script which sets variables read-only to some odd values, and sets errexit because of other unsafe operations: #!/bin/bash set -e declare -r NOTIFY=$(case “$OS” in (macosx) echo …
Online Free Tutorials Guruji Guide & Materials – Solved Questions Answers
If I had a script which sets variables read-only to some odd values, and sets errexit because of other unsafe operations: #!/bin/bash set -e declare -r NOTIFY=$(case “$OS” in (macosx) echo …