Add missing shebang in bash script

(cherry picked from commit b79cc765ed)
v3.5.13-sru
François Andriot 10 years ago committed by Slávek Banko
parent 9614d485a1
commit 5595691224

@ -1,3 +1,5 @@
#!/bin/bash
find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)q1xcompatibility\.h/\1tq1xcompatibility\.h/g' {} \;
find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)q1xcompatibility\.h/\1tq1xcompatibility\.h/g' {} \;
find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qabstractlayout\.h/\1tqabstractlayout\.h/g' {} \;

Loading…
Cancel
Save