Whamcloud - gitweb
b=21881 Fix trap in rpc.sh.
[fs/lustre-release.git] / lustre / tests / rpc.sh
index d2914b6..098df10 100755 (executable)
@@ -14,7 +14,7 @@ init_test_env
 
 # Reset the trap on ERR set by the framework.  Noticing this failure is the
 # framework's job.
-trap ERR
+trap ERR
 
 # Execute the command
 "$@"