Skip to content
This repository was archived by the owner on Jun 23, 2020. It is now read-only.

Commit 3051d13

Browse files
committed
script for checking that the newest version of compiles supler.js and supler.min.js have been commited /fix bash return/
1 parent 0b76015 commit 3051d13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.check.supler.commited.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
if [[ `git status --porcelain supler.js` != "" ]] || [[ `git status --porcelain supler.min.js` != "" ]]
33
then
4-
return -100
4+
exit 100
55
else
6-
return 0
6+
exit 0
77
fi

0 commit comments

Comments
 (0)