clicon_err: Missed print strerr due to category error.

This commit is contained in:
Olof hagsand 2021-03-30 14:26:22 +02:00
parent 477059f33d
commit 95a820c862
3 changed files with 9 additions and 3 deletions

View file

@ -33,7 +33,7 @@ if [ -d ${TOP_SRCDIR}/example/main/$y ]; then
else
cp /usr/local/share/clixon/$y $dir/
fi
y=clixon-restconf@2020-12-30.yang
y=clixon-restconf@${CLIXON_RESTCONF_REV}.yang
if [ -d ${TOP_SRCDIR}/yang/clixon ]; then
cp ${TOP_SRCDIR}/yang/clixon/$y $dir/
else