commit 29cfb84fede08cb68fc386ad1c5eb3d164262649
parent 7e1e47efe1903c3b3154fb203af80fa03c10d08f
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date: Mon, 21 Feb 2022 12:37:16 +0100
Completed previous commit
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/sel b/sel
@@ -66,9 +66,8 @@ cphere() {
paste "$file" "$file2" | while read f; do
fold=$(echo "$f" | sed 's/\t.*//')
fnew=$(echo "$f" | sed 's/.*\t//')
- cp -R "$fold" ./"$fnew"
+ cp -R "$fold" ./"$fnew" || return 1
done
- return 0
fi
}