Skip to content

Commit

Permalink
fix regex on FAIL grep
Browse files Browse the repository at this point in the history
  • Loading branch information
krunch3r76 committed Mar 28, 2022
1 parent 43e3e96 commit e2f4078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function autolfs {
cd ..
./install.sh $OPT
INSTALL_EXIT_STATUS=$?
FAILGREP=$(grep -E --line-number --color=always \<FAIL script)
FAILGREP=$(grep -E --line-number --color=always "\<FAIL" script)
if [[ $? != 1 ]]; then
# TODO LINENUM
echo "grep FAIL script returned these matches"
Expand Down

0 comments on commit e2f4078

Please sign in to comment.