#Add a missing #! line to 2 demo scripts just to please Lintian
--- mira-3.4.0.1.orig/minidemo/solexa1/runme.sh
+++ mira-3.4.0.1/minidemo/solexa1/runme.sh
@@ -1,7 +1,8 @@
+#!/bin/sh
 
 ln -s ../data/solexa_eco_art/ecoli_* .
 
 mira --project=ecoli --job=mapping,genome,normal,solexa --fasta -AS:nop=1 -SB:bsn=ecoli_k12_mg1655 -SB:lsd=yes:bft=gbf SOLEXA_SETTINGS -AL:mrs=60:shme=5  | tee log_assembly.txt
 
 echo
-echo "Please read the README to know what is in the results."
\ No newline at end of file
+echo "Please read the README to know what is in the results."
--- mira-3.4.0.1.orig/minidemo/solexa2/runme.sh
+++ mira-3.4.0.1/minidemo/solexa2/runme.sh
@@ -1,7 +1,8 @@
+#!/bin/sh
 
 ln -s ../data/solexa_eco_art/ecoli_*fasta* .
 
 mira --project=ecoli --job=denovo,genome,normal,solexa --fasta | tee log_assembly.txt
 
 echo
-echo "This was a de-novo assembly of Solexa reads."
\ No newline at end of file
+echo "This was a de-novo assembly of Solexa reads."
