fix path in gcommit

This commit is contained in:
Dirk Koopman 2007-06-15 16:21:38 +01:00
parent c4dcdb17c8
commit 4523a3419c
3 changed files with 8 additions and 2 deletions

6
.gitignore vendored
View File

@ -1,6 +1,10 @@
local* local*
*~ *~
*.[oa] *.[oa]
*.oo
*.ooo
*.oooo
*.ooooo
*.tmp *.tmp
CVS CVS
tmp tmp
@ -14,3 +18,5 @@ tmp
packclus packclus
tutor* tutor*
db db
core
a.out

View File

@ -10,6 +10,6 @@ package main;
use vars qw($version $build); use vars qw($version $build);
$version = '1.54'; $version = '1.54';
$build = '37'; $build = '39';
1; 1;

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/sh
# do a startard git commit # do a startard git commit
./issue.pl /spider/perl/issue.pl
git commit $@ git commit $@