Skip to content

Commit dcccc39

Browse files
committed
Remove double equals to make script work on Debian's Dash shell too.
1 parent d61f70f commit dcccc39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ cd jsdoc-toolkit
3030
java -jar jsrun.jar app/run.js -c=conf/$MODE.conf -D="renderMode:$MODE"
3131
cd ..
3232

33-
if [ $MODE == "docs" ]
33+
if [ $MODE = "docs" ]
3434
then
3535
# Build paper.js library for documentation
3636
./preprocess.sh stripped ../src/paper.js ../dist/docs/resources/js/paper.js\

0 commit comments

Comments
 (0)