From 6b125d26ecd856ab4827c6ce89c2836176ff9623 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bondis?= Date: Mon, 12 Mar 2012 14:19:41 -0400 Subject: [PATCH] doc: template changed to /bin/sh --- doc/man/man7/cdist-best-practice.text | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man/man7/cdist-best-practice.text b/doc/man/man7/cdist-best-practice.text index 9e18bd2f..a8851f7f 100644 --- a/doc/man/man7/cdist-best-practice.text +++ b/doc/man/man7/cdist-best-practice.text @@ -159,7 +159,7 @@ TEMPLATING * create the template as an executable file like templates/basic.conf.sh, it will output text using shell variables for the values -------------------------------------------------------------------------------------- -#!/bin/bash +#!/bin/sh # in the template, use cat << eof (here document) to output the text # and use standard shell variables in the template # output everything in the template script to stdout