Commit graph

3 commits

Author SHA1 Message Date
Imran Iqbal
7b309f8da2
fix(mac_shortcut.sh): fix shellcheck errors
```bash
In mysql/files/mac_shortcut.sh line 5:
if [[ -e "{{ home }}/{{ user }}/Desktop/{{ app }}" ]] && [[ "${1}" -eq "remove" ]]
                                                                       ^------^ SC2154: remove is referenced but not assigned.
In mysql/files/mac_shortcut.sh line 8:
elif [[ -e "{{ dir }}/{{ app ~ '.app' if suffix else app }}" ]] && [[ "${1}" -eq "add" ]]
                                                                                 ^---^ SC2154: add is referenced but not assigned.
```
2019-12-02 22:52:26 +00:00
N
d20ce192cb
fix code for MacOS desktop shortcuts 2018-10-02 21:59:33 +01:00
N
0e382508fc
MacOS Desktop shortcut handling 2018-10-02 20:01:33 +01:00