summarylogtreecommitdiffstats
path: root/nbfc
diff options
context:
space:
mode:
authorErikas2019-03-07 01:26:12 +0200
committerErikas2019-03-07 01:26:12 +0200
commit56bdd632175043775ecce002474eadf62f8e213d (patch)
treef40482e375fa4eab7ead2b4420117e7df021c751 /nbfc
parent6c7b4589687d0e5fda804cfd35f86846097d8992 (diff)
downloadaur-56bdd632175043775ecce002474eadf62f8e213d.tar.gz
Fix compatibility with other shells (e.g. fish)
Diffstat (limited to 'nbfc')
-rwxr-xr-xnbfc2
1 files changed, 2 insertions, 0 deletions
diff --git a/nbfc b/nbfc
index 2901f87b97d5..ac6bc335138b 100755
--- a/nbfc
+++ b/nbfc
@@ -1 +1,3 @@
+#!/bin/sh
+
mono /opt/nbfc/nbfc.exe "$@"