You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by el...@apache.org on 2012/05/04 13:33:21 UTC

svn commit: r1333883 - /incubator/syncope/committers/tools/verify-LICENSE-NOTICE.sh

Author: elecharny
Date: Fri May  4 11:33:21 2012
New Revision: 1333883

URL: http://svn.apache.org/viewvc?rev=1333883&view=rev
Log:
Made the script working in other home directory

Modified:
    incubator/syncope/committers/tools/verify-LICENSE-NOTICE.sh

Modified: incubator/syncope/committers/tools/verify-LICENSE-NOTICE.sh
URL: http://svn.apache.org/viewvc/incubator/syncope/committers/tools/verify-LICENSE-NOTICE.sh?rev=1333883&r1=1333882&r2=1333883&view=diff
==============================================================================
--- incubator/syncope/committers/tools/verify-LICENSE-NOTICE.sh (original)
+++ incubator/syncope/committers/tools/verify-LICENSE-NOTICE.sh Fri May  4 11:33:21 2012
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-DIST_DIR=/home/ilgrosso/work/test/trunk
+DIST_DIR=~/work/test/trunk
 WORK_DIR=/tmp/verify
 
 rm -rf $WORK_DIR