diff options
author | raveit65 <[email protected]> | 2021-03-28 16:39:30 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-01 17:08:45 +0200 |
commit | 9a99c3c7b0fbfa9510fb65d96ef70f96f7fd3c62 (patch) | |
tree | 20af97fd083feeabfbfa17c953e4b21325c9c221 /data | |
parent | 8c4d1a8f38aa0cbf9bed07dd0631f223e1ada0fd (diff) | |
download | pluma-9a99c3c7b0fbfa9510fb65d96ef70f96f7fd3c62.tar.bz2 pluma-9a99c3c7b0fbfa9510fb65d96ef70f96f7fd3c62.tar.xz |
build: fix shebangs
- mangling shebang warnings
- ambiguous python shebang error
Diffstat (limited to 'data')
-rw-r--r-- | data/pluma-bugreport.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/pluma-bugreport.sh.in b/data/pluma-bugreport.sh.in index a0270db4..28dc1b92 100644 --- a/data/pluma-bugreport.sh.in +++ b/data/pluma-bugreport.sh.in @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/sh PKG_CONFIG_MODULES="glib-2.0 gtk+-3.0 gtksourceview-4 enchant iso-codes" |