summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorRaphael Geissert <geissert@debian.org>2014-08-15 19:01:22 +0200
committerRaphael Geissert <geissert@debian.org>2014-08-15 19:01:22 +0200
commit5274bd59f5b197347764883f05460443f248a899 (patch)
treeccd9b465ac1075310351442b66366ed0858f3a48 /bin
parente57077f44cf302b7a4f7e8979a4f0af4051ef7ed (diff)
Add arm64 to the list of archs included in the trace file
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ftpsync2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ftpsync b/bin/ftpsync
index de35899..d224787 100755
--- a/bin/ftpsync
+++ b/bin/ftpsync
@@ -620,7 +620,7 @@ if [ "xtruex" = "x${SYNCSTAGE2}x" ] || [ "xtruex" = "x${SYNCALL}x" ]; then
echo "Used ftpsync version: ${VERSION}"
echo "Running on host: ${TRACEHOST}"
if [ "xfullx" = "x${EXTENDEDTRACE}x" ]; then
- GLOBALARCHLIST="source amd64 armel armhf hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 s390x sparc"
+ GLOBALARCHLIST="source amd64 arm64 armel armhf hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 s390x sparc"
AEXCLUDE="^${ARCH_EXCLUDE// /\$|^}$"
ARCHLIST=""