File ssh-import-id-remove-shebang.patch of Package ssh-import-id
Index: ssh_import_id/__init__.py =================================================================== --- ssh_import_id/__init__.py +++ ssh_import_id/__init__.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python3 -# # ssh-import-id - Authorize SSH public keys from trusted online identities # # Copyright (c) 2013 Casey Marshall <casey.marshall@gmail.com>