diff --git a/bootstrap.sh b/bootstrap.sh index ad58f80..f3aaba6 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -42,6 +42,8 @@ echo working dir: $PWD # exit 0 -tar cvf - $(cat "$PWD/file-list" | grep -v '^#') | (cd "$here" && tar xvf -) +tar cvf - $(cat "$PWD/file-list" | grep -v '^#') | (cd "$here" && tar xf -) echo "$ref" > .diachron-version + +echo "Now, run the command ./sync.sh" diff --git a/upgrade.sh b/upgrade.sh index 7393615..eb483cc 100755 --- a/upgrade.sh +++ b/upgrade.sh @@ -88,7 +88,7 @@ for f in "${old_files[@]}"; do done # Copy in new framework files -(cd "$tmpdir/diachron" && tar cf - "${new_files[@]}") | (cd "$DIR" && tar xf -) +(cd "$tmpdir/diachron" && tar cvf - "${new_files[@]}") | (cd "$DIR" && tar xf -) # Stage them for f in "${new_files[@]}"; do