diff options
Diffstat (limited to 'lib/metadata.sh')
-rw-r--r-- | lib/metadata.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/metadata.sh b/lib/metadata.sh index e25abd5..63e9ea3 100644 --- a/lib/metadata.sh +++ b/lib/metadata.sh @@ -17,8 +17,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -[ -n "${_OB_METADATA_SM}" ] && return 0 -_OB_METADATA_SM='true' +[ x"${_OB_METADATA_SM+set}" = x'set' ] && return 0 +_OB_METADATA_SM=1 ob_use 'metadata/@@METADATA@@' |