bug 490451, image number 2 contains a lone = at the end of a line
[squirrelmail.git] / configure
1 #!/bin/bash
2 #
3 # Redirects to the config directory and runs conf.pl
4
5 cd config
6 ./conf.pl
7 cd ..