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.
1 parent b8b83c5 commit d9046beCopy full SHA for d9046be
plugin/seq/ff-get-dep.in
@@ -22,7 +22,7 @@ case "$1" in
22
esac
23
dircommand=`dirname $0`
24
if [ -f "WHERE_LIBRARY-download" ] ; then
25
-dircommand="./"
+ dirwhere="./"
26
elif [ -f "$dircommand/WHERE_LIBRARY-download" ] ; then
27
dirwhere=$dircommand
28
elif [ -f '@ff_prefix_dir@/lib/WHERE_LIBRARY-download' ] ; then
0 commit comments