From: Carsten Schlote <[email protected]> The script was changed to use git instead of svn to move configurations.
Signed-off-by: Carsten Schlote <[email protected]> --- fixup_ptxconfigs.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fixup_ptxconfigs.sh b/fixup_ptxconfigs.sh index 4e6d396..a4b8af8 100755 --- a/fixup_ptxconfigs.sh +++ b/fixup_ptxconfigs.sh @@ -302,7 +302,7 @@ update() local config_new="${config/${component}-${from}/${component}-${to}}" if [ "${config}" != "${config_new}" ]; then - svn mv "${config}" "${config_new}" || return $? + git mv "${config}" "${config_new}" || return $? fixup "${config_new}" fi } -- 1.6.6.1 -- ptxdist mailing list [email protected]
