소스 검색

Pull migrateLibrary out of eval

bryan 2 년 전
부모
커밋
95479db688
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      installJRMC

+ 1 - 1
installJRMC

@@ -1539,7 +1539,7 @@ migrateLibrary() {
     [[ -d "$previous_config_path" ]] &&
     mkdir -p "$current_config_path"; then
         echo "Migrating $previous_config_path to $current_config_path"
-        execute cp -fa "$previous_config_path"/* "$current_config_path"
+        cp -fa "$previous_config_path"/* "$current_config_path"
     fi
 }