fix path in gcommit
authorDirk Koopman <djk@dirkl2.(none)>
Fri, 15 Jun 2007 15:21:38 +0000 (16:21 +0100)
committerDirk Koopman <djk@dirkl2.(none)>
Fri, 15 Jun 2007 15:21:38 +0000 (16:21 +0100)
.gitignore
perl/Version.pm
perl/gcommit

index 1ca43b05150b0d915da95ebafa9aa20714b017c0..ae974f3daf186b0174a84eefac4d3cad76503acc 100644 (file)
@@ -1,6 +1,10 @@
 local*
 *~
 *.[oa]
+*.oo
+*.ooo
+*.oooo
+*.ooooo
 *.tmp
 CVS
 tmp
@@ -14,3 +18,5 @@ tmp
 packclus
 tutor*
 db
+core
+a.out
index 37df55119bc68b0c471a75e917d9638914e68c0c..3c6329852d2748e7861ce59a6c6cd86d118fbc91 100644 (file)
@@ -10,6 +10,6 @@ package main;
 use vars qw($version $build);
 
 $version = '1.54';
-$build = '37';
+$build = '39';
 
 1;
index c929fca7a7c0110252243fd99d80e57b63cf1313..2d9a06815e765c3d1c07278902cf9127b0858936 100755 (executable)
@@ -1,4 +1,4 @@
 #!/bin/sh
 # do a startard git commit
-./issue.pl
+/spider/perl/issue.pl
 git commit $@