Skip to content

Commit

Permalink
fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bellenot committed Jul 15, 2022
1 parent ade40b1 commit a1155ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/root-config.in
Expand Up @@ -758,15 +758,15 @@ while test $# -gt 0; do
;;
--etcdir)
### output the etc directory
out="$out \"$etcdir\""
out="$out $etcdir"
;;
--tutdir)
### output the tutorials directory
out="$out \"$tutdir\""
out="$out $tutdir"
;;
--srcdir)
### output the src directory
out="$out \"$srcdir\""
out="$out $srcdir"
;;
--config)
### output the configure arguments
Expand Down

0 comments on commit a1155ed

Please sign in to comment.