Skip to content

Commit e077829

Browse files
committed
Fix another bashism: replace source with .
1 parent e88e3aa commit e077829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autorevision

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ elif [ ! -z "$(svn info 2>/dev/null)" ]; then
629629
svnRepo
630630
elif [ -f "${CACHEFILE}" ]; then
631631
# We are not in a repo; try to use a previously generated cache to populate our symbols.
632-
source "${CACHEFILE}"
632+
. "${CACHEFILE}"
633633
else
634634
echo "error: No repo or cache detected." 1>&2
635635
exit 1

0 commit comments

Comments
 (0)