Skip to content

Commit

Permalink
propagating dir change to the wrappers
Browse files Browse the repository at this point in the history
git-svn-id: https://slps.svn.sourceforge.net/svnroot/slps@153 ab42f6e0-554d-0410-b580-99e487e6eeb2
  • Loading branch information
grammarware committed Aug 14, 2008
1 parent eadfc3b commit 5fb7c94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shared/tools/runprologevaluator
Expand Up @@ -16,4 +16,4 @@ elif [ ! -r $1 ]; then
exit 1
fi

swipl -q -f ${SLPS}/topics/fl/prolog/TestEvaluator.pro -t "main('$1','$2',$3)"
swipl -q -f ${SLPS}/topics/fl/prolog1/TestEvaluator.pro -t "main('$1','$2',$3)"
2 changes: 1 addition & 1 deletion shared/tools/runprologparser
Expand Up @@ -16,4 +16,4 @@ elif [ ! -r $1 ]; then
exit 1
fi

swipl -q -f ${SLPS}/topics/fl/prolog/TestIO.pro -t "main('$1','$2')"
swipl -q -f ${SLPS}/topics/fl/prolog1/TestIO.pro -t "main('$1','$2')"

0 comments on commit 5fb7c94

Please sign in to comment.