diff options
| author | raveit65 <[email protected]> | 2021-03-28 16:39:30 +0200 |
|---|---|---|
| committer | raveit65 <[email protected]> | 2021-04-01 17:11:56 +0200 |
| commit | 1e01002b93ee9bbcd8bb93a8d73d834fc97b92f5 (patch) | |
| tree | b65df12c278a66233133c6c8688cd9abf0aaee03 /data | |
| parent | 53b4adca7558613f5304aa17402814bab986ed0a (diff) | |
| download | pluma-1e01002b93ee9bbcd8bb93a8d73d834fc97b92f5.tar.bz2 pluma-1e01002b93ee9bbcd8bb93a8d73d834fc97b92f5.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 9fab78bf..d7550907 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-3.0 enchant iso-codes" |
