Skip to content

Commit d9046be

Browse files
committed
Fix typo in ff-get-dep.in
1 parent b8b83c5 commit d9046be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/seq/ff-get-dep.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ case "$1" in
2222
esac
2323
dircommand=`dirname $0`
2424
if [ -f "WHERE_LIBRARY-download" ] ; then
25-
dircommand="./"
25+
dirwhere="./"
2626
elif [ -f "$dircommand/WHERE_LIBRARY-download" ] ; then
2727
dirwhere=$dircommand
2828
elif [ -f '@ff_prefix_dir@/lib/WHERE_LIBRARY-download' ] ; then

0 commit comments

Comments
 (0)