Add missing shebang in bash script

pull/1/head
François Andriot 10 years ago committed by Slávek Banko
parent fdca4e20e2
commit b79cc765ed

@ -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