diff options
author | Victor Marinsky <[email protected]> | 2018-02-02 17:11:22 -0500 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-01-09 20:05:00 +0100 |
commit | 68dd75a47cb03766db51723efcafbd804ba4204b (patch) | |
tree | d9c623c34dc748771974646f2ad605be9a605309 /caja-dropbox.in | |
parent | a7da6a742fee18de26e8760a958a2ae6e7f74213 (diff) | |
download | caja-dropbox-68dd75a47cb03766db51723efcafbd804ba4204b.tar.bz2 caja-dropbox-68dd75a47cb03766db51723efcafbd804ba4204b.tar.xz |
Explicitly load using python2 interpreter
Prevents dropbox startup crash on systems
where 'python' is a link to 'python3'
origin commit:
https://github.com/dropbox/nautilus-dropbox/commit/69e931b
https://github.com/dropbox/nautilus-dropbox/pull/45
Diffstat (limited to 'caja-dropbox.in')
-rwxr-xr-x | caja-dropbox.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/caja-dropbox.in b/caja-dropbox.in index 340a3a3..429bc4d 100755 --- a/caja-dropbox.in +++ b/caja-dropbox.in @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # # Copyright (c) Dropbox, Inc. # |