summaryrefslogtreecommitdiff
path: root/debian/default
diff options
context:
space:
mode:
Diffstat (limited to 'debian/default')
-rw-r--r--debian/default4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/default b/debian/default
index 0ca9a272c..d92aae457 100644
--- a/debian/default
+++ b/debian/default
@@ -2,13 +2,13 @@
AUTOBUILD="disabled"
-DATE="`date +%Y%m%d`"
+DATE="$(date +%Y%m%d)"
DESTDIR="/srv/debian-live"
TEMPDIR="/srv/tmp/live-helper"
OPTIONS="--binary-indices disabled"
-ARCHITECTURES="`dpkg --print-architecture`"
+ARCHITECTURES="$(dpkg --print-architecture)"
DISTRIBUTIONS="sid"
MIRROR_BOOTSTRAP="http://ftp.debian.org/debian/"
MIRROR_BOOTSTRAP_SECURITY="http://security.debian.org/"