We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
source
.
1 parent e88e3aa commit e077829Copy full SHA for e077829
autorevision
@@ -629,7 +629,7 @@ elif [ ! -z "$(svn info 2>/dev/null)" ]; then
629
svnRepo
630
elif [ -f "${CACHEFILE}" ]; then
631
# We are not in a repo; try to use a previously generated cache to populate our symbols.
632
- source "${CACHEFILE}"
+ . "${CACHEFILE}"
633
else
634
echo "error: No repo or cache detected." 1>&2
635
exit 1
0 commit comments