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 | |
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...
-rw-r--r-- | devel.prov | 2 | ||||
-rw-r--r-- | devel.req | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -#/bin/sh +#!/bin/sh # --- .so files. # filelist= @@ -1,4 +1,4 @@ -#/bin/sh +#!/bin/sh # .so files. # filelist= |