diff options
author | Joey Hess <joey@kitenet.net> | 2012-06-15 14:22:00 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-06-15 14:22:00 -0400 |
commit | 9c519ba955d9ff8080558aa37d5e50c266c6e2d9 (patch) | |
tree | a1ddff29f14e8705262fa20bc5b3e49971430c24 /make-sdist.sh | |
parent | 96a43ef5bcbc36062deaad647a4fede9c1c00510 (diff) |
not bash specific
Diffstat (limited to 'make-sdist.sh')
-rwxr-xr-x | make-sdist.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make-sdist.sh b/make-sdist.sh index 3222cad7e..950334532 100755 --- a/make-sdist.sh +++ b/make-sdist.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # # Workaround for `cabal sdist` requiring all included files to be listed # in .cabal. |