diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2018-09-24 11:38:57 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2018-09-24 11:52:16 +0200 |
commit | 59d6a7396fe48c062d75f2fdf4165aa3592073cd (patch) | |
tree | 746ab73c604c1ec2af94877df70390fa6c8d1fef /devel.prov | |
parent | a69ccd115238357c706383bc49db5c6ff33a5f4a (diff) | |
download | rpm-setup-59d6a7396fe48c062d75f2fdf4165aa3592073cd.tar rpm-setup-59d6a7396fe48c062d75f2fdf4165aa3592073cd.tar.gz rpm-setup-59d6a7396fe48c062d75f2fdf4165aa3592073cd.tar.bz2 rpm-setup-59d6a7396fe48c062d75f2fdf4165aa3592073cd.tar.xz rpm-setup-59d6a7396fe48c062d75f2fdf4165aa3592073cd.zip |
fix shebang (found by mangling shebang)
actually rpmlint was complaining too...
Diffstat (limited to 'devel.prov')
-rw-r--r-- | devel.prov | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#/bin/sh +#!/bin/sh # --- .so files. # filelist= |