|
@ -466,6 +466,10 @@ if test -z "$main" ; then |
|
|
fi |
|
|
fi |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
if test ! -r "$main" ; then |
|
|
|
|
|
die "Cannot read $main." |
|
|
|
|
|
fi |
|
|
|
|
|
|
|
|
ext=${main##*\.} |
|
|
ext=${main##*\.} |
|
|
case "$ext" in |
|
|
case "$ext" in |
|
|
Rnw) check_knitr ;; |
|
|
Rnw) check_knitr ;; |
|
@ -474,10 +478,6 @@ case "$ext" in |
|
|
*) ;; |
|
|
*) ;; |
|
|
esac |
|
|
esac |
|
|
|
|
|
|
|
|
if test ! -r "$main" ; then |
|
|
|
|
|
die "Cannot read $main." |
|
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
verbose "Creating temporary directories" |
|
|
verbose "Creating temporary directories" |
|
|
|
|
|
|
|
|
git_prefix=$(git rev-parse --show-prefix) |
|
|
git_prefix=$(git rev-parse --show-prefix) |
|
|