Updated string updating script
(cherry picked from commit be988a9276799a844e55e21f03420af8255e0600)
This commit is contained in:
parent
8dcf12c971
commit
05237a27aa
|
@ -46,7 +46,7 @@ esac
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ -z ${SOURCEDIR} ]; then
|
if [ -z ${SOURCEDIR} ]; then
|
||||||
SOURCEDIR=../../code/kicad
|
SOURCEDIR=../kicad
|
||||||
echo "Using default SOURCEDIR=${SOURCEDIR}"
|
echo "Using default SOURCEDIR=${SOURCEDIR}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue