Skip to content

Commit

Permalink
Fixed and standardized reference to '/dev/in' (without final slash '/…
Browse files Browse the repository at this point in the history
…') as well.
  • Loading branch information
aarppe committed Dec 9, 2023
1 parent 9ad135f commit 758c3de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devtools/ruletest/compile-rewrite-rules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ if(!abort) {
if(exit_status!=1)
{
printf "Directory \"" fsttype "\" already exists - Overwrite? [y/n]: " > "/dev/stderr";
getline choice < "/dev/stdin/";
getline choice < "/dev/stdin";
if(choice!="y" && choice!="yes")
{
printf "Aborting\n" > "/dev/stderr";
Expand Down

0 comments on commit 758c3de

Please sign in to comment.