Skip to content

Commit

Permalink
release-source script needs bash
Browse files Browse the repository at this point in the history
on some systems /bin/sh is a simplistic posix shell
  • Loading branch information
wsnipex committed Feb 2, 2013
1 parent 1704ff6 commit 4377a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/mk-release-source
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
REVISION="${1}"
COMPRESS="gzip"
WORKDIR="xbmc-${REVISION}"
Expand Down

0 comments on commit 4377a98

Please sign in to comment.