Skip to content

Commit

Permalink
Fixup shellcheck and chmod +x
Browse files Browse the repository at this point in the history
  • Loading branch information
tresni committed Feb 26, 2017
1 parent 99acb25 commit 6717721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PIM/todotxt.15s.sh 100644 → 100755
Expand Up @@ -17,7 +17,7 @@ list_items() {
}

add_item() {
todo.sh add $(osascript -e 'Tell application "System Events" to display dialog "New task:" default answer ""' -e 'text returned of result' 2>/dev/null) >/dev/null
todo.sh add "$(osascript -e 'Tell application "System Events" to display dialog "New task:" default answer ""' -e 'text returned of result' 2>/dev/null)" >/dev/null
}

if [ "${1}" == "add" ]; then
Expand Down

0 comments on commit 6717721

Please sign in to comment.