Revert "version-gen.sh: Switch to bash due to bashisms."
authorMarc Fournier <marc.fournier@camptocamp.com>
Mon, 13 Apr 2015 22:21:57 +0000 (00:21 +0200)
committerMarc Fournier <marc.fournier@camptocamp.com>
Mon, 13 Apr 2015 22:21:57 +0000 (00:21 +0200)
The last bashism was removed in 4d376681. Reverting to /bin/sh prevents
build errors on platforms without bash installed by default.

This reverts commit 3bda88e8b425f43644e303e6957e38ae59c1bc83.

version-gen.sh

index 1ac1bc1..5ab6f78 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/bin/sh
 
 DEFAULT_VERSION="5.3.1.git"