diff options
-rwxr-xr-x | rel/overlay/bin/bigcouch | 2 | ||||
-rw-r--r-- | rel/overlay/erts-vsn/bin/erl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/rel/overlay/bin/bigcouch b/rel/overlay/bin/bigcouch index 22275daf..86aa29f4 100755 --- a/rel/overlay/bin/bigcouch +++ b/rel/overlay/bin/bigcouch @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # Licensed under the Apache License, Version 2.0 (the "License"); you may not # use this file except in compliance with the License. You may obtain a copy of diff --git a/rel/overlay/erts-vsn/bin/erl b/rel/overlay/erts-vsn/bin/erl index 23942122..635744ce 100644 --- a/rel/overlay/erts-vsn/bin/erl +++ b/rel/overlay/erts-vsn/bin/erl @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # Licensed under the Apache License, Version 2.0 (the "License"); you may not # use this file except in compliance with the License. You may obtain a copy of |