referenced ${rcvar.old} rather than ${rcvar}.old
This commit is contained in:
Jake Guffey 2012-09-19 17:10:48 -04:00
parent 205f32c78b
commit 34ca94ffa2
1 changed files with 1 additions and 1 deletions

View File

@ -37,5 +37,5 @@ rcvar=$(cat "$__object/explorer/rcvar")
# --state absent, so ensure that .new doesn't exist and that conf is renamed to .old
echo rm \"${rcvar}.new\"
echo mv \"${rcvar}\" \"${rcvar.old}\"
echo mv \"${rcvar}\" \"${rcvar}.old\"