
Uninstaller: The command exited with a non-zero status.
Reported by volsk | January 25th, 2011 @ 10:52 AM | in 20110322
Both
do shell script "[ -h /usr/local/bin/gpg ] && rm -f /usr/local/bin/gpg" with administrator privileges
do shell script "[ -h /usr/local/bin/gpg2 ] && rm -f /usr/local/bin/gpg2" with administrator privileges
return
error "The command exited with a non-zero status." number 1
For me this could resolved by running the commands sequential, so with ; instead of &&
Comments and changes to this ticket
-
Alex (via GPGTools) January 26th, 2011 @ 08:37 AM
- State changed from new to open
- Milestone set to 20110322
- Assigned user changed from time2ride to Alex (via GPGTools)
- Importance changed from Medium to
Thanks. We're using "&&" since only symbolic links should be removed (otherwise we might delete a users .e.g self-compilted executable).
-
Alex (via GPGTools) January 26th, 2011 @ 08:37 AM
- State changed from open to resolved
(from [edbd573b4e1f1107f5f55b3b8bbabdb3375d3ef1]) fixing return error [#42 state:resolved] https://github.com/GPGTools/GPGTools/commit/edbd573b4e1f1107f5f55b3...
-
steve June 18th, 2015 @ 04:30 PM
- State changed from resolved to released
- Importance cleared.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Referenced by
-
42 Uninstaller: The command exited with a non-zero status. (from [edbd573b4e1f1107f5f55b3b8bbabdb3375d3ef1]) fixing ...