Set SVN text/plain property for some shell scripts that

happen to have a .exe extension.

While here fix the shebang of a shell script that
was looking for /bin/bash.

Reviewed by:	gnn
Approved by:	jhb (mentor)
MFC after:	2 weeks
This commit is contained in:
Pedro F. Giffuni
2012-01-28 00:17:17 +00:00
parent ad21bcec21
commit a3681f9010
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
#
# CDDL HEADER START
#