summaryrefslogtreecommitdiffstats
path: root/UPGRADE.TXT
diff options
context:
space:
mode:
Diffstat (limited to 'UPGRADE.TXT')
-rw-r--r--UPGRADE.TXT2
1 files changed, 1 insertions, 1 deletions
diff --git a/UPGRADE.TXT b/UPGRADE.TXT
index 2c7d6c50a..382e1d5ac 100644
--- a/UPGRADE.TXT
+++ b/UPGRADE.TXT
@@ -109,7 +109,7 @@ is that you know where the slackware packages directory is. We'll use
-a ! "$configfile" = "./shadow.new" ]; then
cp -a $(echo $configfile | rev | cut -f 2- -d . | rev) \
$(echo $configfile | rev | cut -f 2- -d . | rev).bak 2> /dev/null
- mv $configfile $(echo $configfile | rev | cut -f 2- -d . | rev)
+ mv --verbose $configfile $(echo $configfile | rev | cut -f 2- -d . | rev)
fi
done