diff options
-rwxr-xr-x | build-aux/logfile-uploader.py | 2 | ||||
-rwxr-xr-x | dev/run | 2 | ||||
-rwxr-xr-x | rel/overlay/bin/couchup | 2 | ||||
-rwxr-xr-x | test/javascript/run | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/build-aux/logfile-uploader.py b/build-aux/logfile-uploader.py index c84a96a97..a1ff7e4a7 100755 --- a/build-aux/logfile-uploader.py +++ b/build-aux/logfile-uploader.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # # 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 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # # 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/bin/couchup b/rel/overlay/bin/couchup index 2d0105107..6532170aa 100755 --- a/rel/overlay/bin/couchup +++ b/rel/overlay/bin/couchup @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # 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 # the License at diff --git a/test/javascript/run b/test/javascript/run index a3b3ab704..11f9faee2 100755 --- a/test/javascript/run +++ b/test/javascript/run @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # # 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 |