forked from ungleich-public/cdist
Fix SC2153.
This commit is contained in:
parent
73d0a5bbbe
commit
2f7b8e6db9
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ case $uname in
|
||||||
currentSum=\$(cksum -o 1 ${source} | cut -d= -f2 | sed 's/ //g')
|
currentSum=\$(cksum -o 1 ${source} | cut -d= -f2 | sed 's/ //g')
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Sorry, I do not know how to find a cksum on ${UNAME}." >&2
|
echo "Sorry, I do not know how to find a cksum on ${uname}." >&2
|
||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue