JENA-1120: set interpreter to /bin/bash because script contains bashisms
Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/35e964a5 Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/35e964a5 Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/35e964a5 Branch: refs/heads/JENA-507 Commit: 35e964a5eb99e15c479c67f81f5e414105b3a64a Parents: ae35251 Author: Osma Suominen <[email protected]> Authored: Mon Jan 18 12:24:20 2016 +0200 Committer: Osma Suominen <[email protected]> Committed: Mon Jan 18 12:24:20 2016 +0200 ---------------------------------------------------------------------- jena-sdb/bin/make_classpath | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/35e964a5/jena-sdb/bin/make_classpath ---------------------------------------------------------------------- diff --git a/jena-sdb/bin/make_classpath b/jena-sdb/bin/make_classpath index a398873..277ac06 100755 --- a/jena-sdb/bin/make_classpath +++ b/jena-sdb/bin/make_classpath @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/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
