[pisa-src] r859 - trunk/tools/subversion

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Tue, 25 Aug 2009 13:50:15 +0200

Author: biurrun
Date: Tue Aug 25 13:50:15 2009
New Revision: 859

Log:
Run post-commit with /bin/sh instead of bash.
There is no need for post-commit to be a bash script.

Modified:
   trunk/tools/subversion/post-commit

Modified: trunk/tools/subversion/post-commit
==============================================================================
--- trunk/tools/subversion/post-commit  Tue Aug 25 13:46:59 2009        (r858)
+++ trunk/tools/subversion/post-commit  Tue Aug 25 13:50:15 2009        (r859)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 # POST-COMMIT HOOK
 #

Other related posts:

  • » [pisa-src] r859 - trunk/tools/subversion - Diego Biurrun