aboutsummaryrefslogtreecommitdiff
path: root/pbuilder
diff options
context:
space:
mode:
Diffstat (limited to 'pbuilder')
-rwxr-xr-xpbuilder4
1 files changed, 4 insertions, 0 deletions
diff --git a/pbuilder b/pbuilder
index f459583..f0bf41a 100755
--- a/pbuilder
+++ b/pbuilder
@@ -10,6 +10,10 @@ test -z "$1" && (
showhelp
)
+# export this so that programs know which command line
+# operation is currently done
+export PBCURRENTCOMMANDLINEOPERATION="$1"
+
case "$1" in
create)
shift;