Fix content_shell bin

This commit is contained in:
Alexander David Frick 2021-12-04 23:44:51 -06:00 committed by GitHub
parent 7afb84919b
commit 05dee4a24c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,3 @@
#!/bin/sh -e
#!/bin/bash
/opt/chromium.org/thorium-unstable/content_shell $@
exit 0