diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2011-09-04 22:36:13 +0200 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2011-09-04 22:36:13 +0200 |
commit | f9426023f16989032c228c9429ad43a26e981827 (patch) | |
tree | 6a70d1eca646a94689fcc948491902d0aca5c1e1 /buildutil | |
parent | 844fb6549414258296321648127a0d19fb2f49b8 (diff) | |
download | vdr-plugin-live-f9426023f16989032c228c9429ad43a26e981827.tar.gz vdr-plugin-live-f9426023f16989032c228c9429ad43a26e981827.tar.bz2 |
According to http://projects.vdr-developer.org/issues/699 version-util
depends on bash. Therefore it uses #!/bin/bash now.
Diffstat (limited to 'buildutil')
-rwxr-xr-x | buildutil/version-util | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildutil/version-util b/buildutil/version-util index 24e9b78..8e4ffc1 100755 --- a/buildutil/version-util +++ b/buildutil/version-util @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # ----------------------------------------------------------------------------- # Shell script to determine the last commit version of the project It # checks for CVS and .git repositories. The output is a string that |