Skip to content
Snippets Groups Projects
Commit 281bd742 authored by Dmitry Kalinkin's avatar Dmitry Kalinkin
Browse files

fix a typo

parent beb1324e
Branches master
No related tags found
1 merge request!168Draft: run du
Pipeline #121769 canceled
...@@ -80,7 +80,7 @@ common:setup: ...@@ -80,7 +80,7 @@ common:setup:
if [ -n "${RM}" ] ; then rm -rf $RM ; fi if [ -n "${RM}" ] ; then rm -rf $RM ; fi
for file in $(find /scratch/snakemake-cache -type f); do for file in $(find /scratch/snakemake-cache -type f); do
if file -b "$file" | grep -E '^ROOT file' >/dev/null; then if file -b "$file" | grep -E '^ROOT file' >/dev/null; then
ln -sf "$file" target.roo ln -sf "$file" target.root
rootls target.root && echo "$file is not broken" || echo "$file is broken" rootls target.root && echo "$file is not broken" || echo "$file is broken"
fi fi
done done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment