Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pssc committed Apr 8, 2015
1 parent 42b4ab4 commit a7a2bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion squeezy
Original file line number Diff line number Diff line change
Expand Up @@ -1502,7 +1502,7 @@ while ( 0 <= $#ARGV )
if ( $command{$arg}->{do_shift} )
{ shift @ARGV; }

if ( $arg ~=/-if_.*/ )
if ( $arg =~ /-if_.*/ )
{ $not = 0; }

next;
Expand Down

0 comments on commit a7a2bab

Please sign in to comment.