Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 0717b9cb authored by Kim Nguyen's avatar Kim Nguyen
Browse files

[trywhy3]: print the warning on stderr in gen_index.sh

parent cc63e666
Branches
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ do
EXT=".why"
;;
*)
echo "Warning: unknown extension for file $i";
echo "Warning: unknown extension for file $i" >&2;
continue
;;
esac
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment