[geany/geany] adc22a: bash may not found in the system (#1574)

kloun git-noreply at xxxxx
Tue Aug 8 04:40:58 UTC 2017


Branch:      refs/heads/master
Author:      kloun <andrey0bolkonsky at gmail.com>
Committer:   elextr <elextr at gmail.com>
Date:        Tue, 08 Aug 2017 04:40:58 UTC
Commit:      adc22a453b546b05f507fd6522ea13f3a92943c2
             https://github.com/geany/geany/commit/adc22a453b546b05f507fd6522ea13f3a92943c2

Log Message:
-----------
bash may not found in the system (#1574)

exampe openbsd.


Modified Paths:
--------------
    tests/ctags/runner.sh

Modified: tests/ctags/runner.sh
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 # error out on undefined variable expansion, useful for debugging
 set -u



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list