]> Dogcows Code - chaz/tar/commitdiff
Minor fixes
authorSergey Poznyakoff <gray@gnu.org.ua>
Thu, 26 May 2005 12:50:11 +0000 (12:50 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Thu, 26 May 2005 12:50:11 +0000 (12:50 +0000)
scripts/backup.in

index 92c4eff9f410d85c84a73eadb8c82151444bc942..d64f2fa00d5d5174803bfcea4a98656edcebc48b 100644 (file)
@@ -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"
This page took 0.019863 seconds and 4 git commands to generate.