aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pbuilder-modules2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbuilder-modules b/pbuilder-modules
index 5c935eb..c98fe04 100644
--- a/pbuilder-modules
+++ b/pbuilder-modules
@@ -248,7 +248,7 @@ function mountproc () {
mounted[${#mounted[@]}]="$BUILDPLACE/proc"
fi
if [ "$USEDEVFS" = "yes" ]; then
- log "I: mounting /dev filesystem"x
+ log "I: mounting /dev filesystem"
mkdir -p $BUILDPLACE/dev || true
mount -t devfs /dev "$BUILDPLACE/dev"
mounted[${#mounted[@]}]="$BUILDPLACE/dev"