Handle nitpicks
This commit is contained in:
parent
6d59c1b7a5
commit
0e3e41a5e8
@ -1255,7 +1255,7 @@ class CommandDispatcher:
|
||||
}
|
||||
|
||||
if count is not None:
|
||||
env['QUTE_COUNT'] = str(count) # must be str
|
||||
env['QUTE_COUNT'] = str(count)
|
||||
|
||||
idx = self._current_index()
|
||||
if idx != -1:
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ "$QUTE_COUNT" = "5" ]; then
|
||||
if [ "$QUTE_COUNT" -eq 5 ]; then
|
||||
|
||||
echo "message-info 'Count is five!'" >> "$QUTE_FIFO"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user