Changeset - 6ac4e8b0565d
[Not reviewed]
0 1 0
Branko Majic (branko) - 3 years ago 2021-03-02 17:52:07
branko@majic.rs
Noticket: [TEMPLATE.sh.tpl] Treat unset variables as errors by default.
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
templates/TEMPLATE.sh.tpl
Show inline comments
 
@@ -18,6 +18,9 @@
 
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
#
 

	
 
# Treat unset variables as errors.
 
set -u
 

	
 
program="(>>>FILE<<<)"
 
version="(>>>VERSION<<<)"
 

	
0 comments (0 inline, 0 general)