There is also a faulty "if" statement on line 56. This is incorrect:

  if $(echo "${_HOOK}" | grep file:\/\/)

this is correct:

  if (echo "${_HOOK}" | grep file:\/\/)

Probably "file:\/\/" could also just be "file://".

I think in the sed statement, "file\://" could just be "file://" as well.

-- 
Scott Barker       sc...@mostlylinux.ca
Linux Consultant   http://www.mostlylinux.ca/scott



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to