From 8db5ee4e9155abf37ad9a2db16af4a313f610ec0 Mon Sep 17 00:00:00 2001 From: borisneubert Date: Sun, 4 Nov 2012 19:06:13 +0000 Subject: [PATCH] svn properties set git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@2084 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- contrib/commandref_join.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 contrib/commandref_join.pl diff --git a/contrib/commandref_join.pl b/contrib/commandref_join.pl old mode 100644 new mode 100755 index d61158e12..fab5042e0 --- a/contrib/commandref_join.pl +++ b/contrib/commandref_join.pl @@ -3,7 +3,7 @@ use strict; use warnings; -# $Id: +# $Id$ my $docIn = "docs/commandref_frame.html"; my $docOut = "docs/commandref.html";