diff options
Diffstat (limited to 'localgitdebuild')
-rwxr-xr-x | localgitdebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/localgitdebuild b/localgitdebuild index 399a6eb..51e0d7a 100755 --- a/localgitdebuild +++ b/localgitdebuild @@ -56,6 +56,6 @@ while [ $# -gt 0 ]; do done git-buildpackage \ - --git-builder="localdebuild -i\.git/ -I.git $@" \ + --git-builder="localdebuild $@" \ --git-cleaner="fakeroot debian/rules clean" \ $gitopts |