aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authordancer <dancer>2005-06-07 23:35:55 +0000
committerdancer <dancer>2005-06-07 23:35:55 +0000
commit7d933cdeca8c02cadddb830d149ee80cd2b59372 (patch)
tree24e9c2e8b637a256aada2a92dd76c262a29cc543 /examples
parentcbbda01ccddbe2f1480d70489e6ec2a0d32dc7ef (diff)
downloadpbuilder-7d933cdeca8c02cadddb830d149ee80cd2b59372.tar
pbuilder-7d933cdeca8c02cadddb830d149ee80cd2b59372.tar.gz
update
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/execute_installtest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/execute_installtest.sh b/examples/execute_installtest.sh
index aef24a5..de68d34 100755
--- a/examples/execute_installtest.sh
+++ b/examples/execute_installtest.sh
@@ -14,7 +14,7 @@ set -ex
# practically, killing is not enough, do a reboot here instead.
echo 'nobody@nowhere' > /etc/mailname
-echo '$Id'
+echo '$Id$'
INSTALLTESTPID=$$
( sleep 1h ; kill $INSTALLTESTPID ) &
KILLPID=$!