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