chiark / gitweb /
we want versioned debootstrap, so we get the BPO version, which piuparts needs.
[dsa-metapackages.git] / remoteuser-hack
1 #!/bin/bash
2
3 if [ ! -z "$DACS_USERNAME" ]; then
4         REMOTE_USER="$DACS_USERNAME"
5         export REMOTE_USER
6 fi
7
8 exec $0.real "$@"
9