commit 57ccff45cfed729da6804ded26dcfbe805334a2b
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Jul 22 00:26:09 2022 +0100
fix shebang
dropbox | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/dropbox b/dropbox
index 90ca01b..71dd75e 100755
--- a/dropbox
+++ b/dropbox
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3
#
# Copyright (c) Dropbox, Inc.
#
Show replies by date