You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2014/06/27 10:27:21 UTC

svn commit: r1605985 - in /jena/trunk: jena-arq/bin/arq_init jena-tdb/bin/tdb_init

Author: andy
Date: Fri Jun 27 08:27:20 2014
New Revision: 1605985

URL: http://svn.apache.org/r1605985
Log:
Emacs mode setting for sourced shell files

Modified:
    jena/trunk/jena-arq/bin/arq_init
    jena/trunk/jena-tdb/bin/tdb_init

Modified: jena/trunk/jena-arq/bin/arq_init
URL: http://svn.apache.org/viewvc/jena/trunk/jena-arq/bin/arq_init?rev=1605985&r1=1605984&r2=1605985&view=diff
==============================================================================
--- jena/trunk/jena-arq/bin/arq_init (original)
+++ jena/trunk/jena-arq/bin/arq_init Fri Jun 27 08:27:20 2014
@@ -1,6 +1,7 @@
-#!/bin/sh
+# -*- mode:sh -*-
+
 ## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0 
-#  -- hint to emacs
+
 # Source this file, not execute it.
 
 ## Environment variable usage:

Modified: jena/trunk/jena-tdb/bin/tdb_init
URL: http://svn.apache.org/viewvc/jena/trunk/jena-tdb/bin/tdb_init?rev=1605985&r1=1605984&r2=1605985&view=diff
==============================================================================
--- jena/trunk/jena-tdb/bin/tdb_init (original)
+++ jena/trunk/jena-tdb/bin/tdb_init Fri Jun 27 08:27:20 2014
@@ -1,5 +1,4 @@
-#!/bin/sh 
-#  -- hint to emacs
+# -*- mode:sh -*-
 
 ## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0