summaryrefslogtreecommitdiff
path: root/scripts/backup.in
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-05-26 12:50:11 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-05-26 12:50:11 +0000
commitec89da307c94c42d5c5e5a9e80ae2da0f8562f07 (patch)
treec792d8e46e21a2bef23e8459a5f85a66a9648d2d /scripts/backup.in
parentee870c97b94ca489f57056b9605e3e9b4d753356 (diff)
downloadtar-ec89da307c94c42d5c5e5a9e80ae2da0f8562f07.tar.gz
Minor fixes
Diffstat (limited to 'scripts/backup.in')
-rw-r--r--scripts/backup.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/backup.in b/scripts/backup.in
index 92c4eff9..d64f2fa0 100644
--- a/scripts/backup.in
+++ b/scripts/backup.in
@@ -1,6 +1,6 @@
#! /bin/sh
# This program is part of GNU tar
-# Copyright 2004, Free Software Foundation
+# Copyright 2004, 2005, Free Software Foundation
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -199,7 +199,7 @@ message 20 "BACKUP_FILES=$BACKUP_FILES"
else
flush_level_log ${remotehost} ${fsname}
fi
- ${MT_STATUS} $TAPE_FILE
+ ${MT_STATUS} "$TAPE_FILE"
${DUMP_END-:} $DUMP_LEVEL $remotehost $fs $fsname
echo "sleeping ${SLEEP_TIME} seconds"
sleep ${SLEEP_TIME}
@@ -235,7 +235,7 @@ message 20 "BACKUP_FILES=$BACKUP_FILES"
else
flush_level_log $localhost MISC
fi
- ${MT_STATUS} $TAPE_FILE
+ ${MT_STATUS} "$TAPE_FILE"
${DUMP_END-:} $DUMP_LEVEL $localhost MISC MISC
else
echo "No miscellaneous files specified"