Skip to content

Commit 6988940

Browse files
authored
fixed review
1 parent 997dbd7 commit 6988940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/bin/psh.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ sub parse_cmd {
210210
return $cmd;
211211
}
212212
213-
while(is_interactive()){
213+
while (is_interactive()) {
214214
$fg_pid = 0;
215215
print ">> ";
216216
$input = <>;

0 commit comments

Comments
 (0)