Skip to content

Commit cabde74

Browse files
committed
bin/check-warn.sh: remove check for swtoolsdev
This submodule has been removed. Signed-off-by: Randolph Sapp <[email protected]>
1 parent 7f35fe4 commit cabde74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/check-warn.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ then
5858
fi
5959

6060
# do nothing if current workspace is not clean
61-
if [[ -n "$(git status --porcelain --untracked-files=no | grep -v swtoolsdev)" ]]
61+
if [[ -n "$(git status --porcelain --untracked-files=no)" ]]
6262
then
6363
echo "Error: Current workspace has uncommitted changes"
6464
exit 4

0 commit comments

Comments
 (0)