Skip to content

Commit

Permalink
Merge pull request #134 from GitMensch/patch-1
Browse files Browse the repository at this point in the history
fix gixsql wrapper using old gix directory
  • Loading branch information
mridoni authored Jan 20, 2023
2 parents c7f6887 + 61d204b commit 82b5f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/gixsql-wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ if test "x$2" == "x"; then
else
input=$1; shift
output=$1; shift
$install_dir/bin/gixpp -e -I $install_dir/share/gix/copy -i $input -o $output $*
$install_dir/bin/gixpp -e -I $install_dir/share/gixsql/copy -i $input -o $output $*
fi

0 comments on commit 82b5f71

Please sign in to comment.