Repository: jena
Updated Branches:
  refs/heads/master 9fd0f9228 -> bf238fe0a


exec 'env bash'


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/9c6da262
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/9c6da262
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/9c6da262

Branch: refs/heads/master
Commit: 9c6da26206aa29fc4ce805edb5748b7de0ab3594
Parents: 0b5d6de
Author: Andy Seaborne <[email protected]>
Authored: Thu Jul 23 13:21:17 2015 +0100
Committer: Andy Seaborne <[email protected]>
Committed: Thu Jul 23 13:25:23 2015 +0100

----------------------------------------------------------------------
 apache-jena/bin/tdbloader2 | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/9c6da262/apache-jena/bin/tdbloader2
----------------------------------------------------------------------
diff --git a/apache-jena/bin/tdbloader2 b/apache-jena/bin/tdbloader2
index 52950bf..482115b 100755
--- a/apache-jena/bin/tdbloader2
+++ b/apache-jena/bin/tdbloader2
@@ -1,4 +1,5 @@
-#!/bin/sh
+#!/usr/bin/env bash
+
 ## Licensed to the Apache Software Foundation (ASF) under one
 ## or more contributor license agreements.  See the NOTICE file
 ## distributed with this work for additional information
@@ -339,4 +340,4 @@ esac
 TIME2="$(date +%s)"
 info "-- TDB Bulk Loader Finish"
 ELAPSED=$(($TIME2-$TIME1))
-info "-- $ELAPSED seconds"
\ No newline at end of file
+info "-- $ELAPSED seconds"

Reply via email to