Skip to content

Commit 68dd75a

Browse files
marinskyraveit65
authored andcommitted
Explicitly load using python2 interpreter
Prevents dropbox startup crash on systems where 'python' is a link to 'python3' origin commit: dropbox/nautilus-dropbox@69e931b dropbox/nautilus-dropbox#45
1 parent a7da6a7 commit 68dd75a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

caja-dropbox.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python2
22
#
33
# Copyright (c) Dropbox, Inc.
44
#

0 commit comments

Comments
 (0)