]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - eval.c
Imported from ../bash-2.05.tar.gz.
[thirdparty/bash.git] / eval.c
diff --git a/eval.c b/eval.c
index 1ecc5769af6f0ac0ea892fb23d67c4c5dde4f4dd..050bf54ef7461c070ea04b88ad4c28b67c3e8823 100644 (file)
--- a/eval.c
+++ b/eval.c
@@ -140,10 +140,10 @@ reader_loop ()
 
            exec_done:
              if (current_command)
-               {
+               {
                  dispose_command (current_command);
                  current_command = (COMMAND *)NULL;
-               }
+               }
 
              QUIT;
            }