referenced ${rcvar.old} rather than ${rcvar}.old
remotes/origin/2.0
Jake Guffey 13 years ago
parent 205f32c78b
commit 34ca94ffa2
  1. 2
      conf/type/__pf_ruleset/gencode-remote

@ -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\"

Loading…
Cancel
Save