Commit eb9e0639 authored by claes's avatar claes

.1 added to saved file

parent 98fb5207
#! /bin/bash #! /bin/bash
# #
# Proview $Id: upgrade.sh,v 1.10 2006-05-11 07:14:45 claes Exp $ # Proview $Id: upgrade.sh,v 1.11 2006-09-07 14:14:07 claes Exp $
# Copyright (C) 2005 SSAB Oxelsund AB. # Copyright (C) 2005 SSAB Oxelsund AB.
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
...@@ -158,8 +158,8 @@ reload_cnvclassvolume() ...@@ -158,8 +158,8 @@ reload_cnvclassvolume()
for dmpfile in $dmpfiles; do for dmpfile in $dmpfiles; do
source $pwr_exe/upgrade_cnvdmp.sh $dmpfile $pwrp_tmp/t.wb_dmp
reload_save_file $dmpfile reload_save_file $dmpfile
source $pwr_exe/upgrade_cnvdmp.sh $dmpfile.1 $pwrp_tmp/t.wb_dmp
mv $pwrp_tmp/t.wb_dmp $dmpfile mv $pwrp_tmp/t.wb_dmp $dmpfile
done done
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment