diff options
author | Guido Günther <agx@sigxcpu.org> | 2011-04-28 15:37:11 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2011-04-28 15:37:11 +0200 |
commit | c55e15ad66057744b155781654aded1f91a758fe (patch) | |
tree | 4ad83772cb36c384f5c1bc973c7e4ab6985fa59d /examples | |
parent | e5dd44404bbfd638076a22630f36490b6b7e9078 (diff) | |
download | git-buildpackage-c55e15ad66057744b155781654aded1f91a758fe.tar.gz git-buildpackage-c55e15ad66057744b155781654aded1f91a758fe.tar.bz2 git-buildpackage-c55e15ad66057744b155781654aded1f91a758fe.zip |
Improve readability
Git-Dch: Ignore
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/gbp-configure-unpatched-source | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/gbp-configure-unpatched-source b/examples/gbp-configure-unpatched-source index 93e2cbea..276e310c 100755 --- a/examples/gbp-configure-unpatched-source +++ b/examples/gbp-configure-unpatched-source @@ -10,8 +10,10 @@ LOCAL_OPTIONS=debian/source/local-options help () { cat << EOF >/dev/stdout + Modifies "$LOCAL_OPTIONS" and "$GIT_EXCLUDE" to ignore .pc and unpatch the source after the build. + EOF exit $1 |