Skip to content

Commit cb0b99c

Browse files
committed
setup-tur-electron-builder.sh: fix bug
1 parent e4ab8d4 commit cb0b99c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup-tur-electron-builder.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ cp -rn ./termux-packages/* ./
4747
cp -rn ./tur-repo/* ./
4848

4949
# Pop changes
50-
git stash pop
50+
if [ "$(git stash list)" != "" ]; then
51+
git stash pop
52+
fi
5153

5254
# Apply script patches
5355
shopt -s nullglob

0 commit comments

Comments
 (0)