summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbreak_filelist4
1 files changed, 2 insertions, 2 deletions
diff --git a/break_filelist b/break_filelist
index 4c8ca73..a6fea48 100755
--- a/break_filelist
+++ b/break_filelist
@@ -647,8 +647,8 @@ sub really_is_pig {
}
close(PIG_FILE);
- if ( ($script_semicolon == 1 && $script_equals == 1 && ($script_foreach == 3 ||
- &script_dataset == 3 || $script_input_output == 3) ) {
+ if ( $script_semicolon == 1 && $script_equals == 1 && ($script_foreach == 3 ||
+ $script_dataset == 3 || $script_input_output == 3) ) {
$is_pig = 1;
}