refs #4472. Corrected problem with detecting executable file.
If you tried to commit a file with the executable flag set that wasn't one of the normal extensions it would look at the first line to see if it could see the normal unix #!/blah. But the "!" in the grep wasn't escaped - so it is now!
Please register or sign in to comment