You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To start my operating system is redhat 5 on a 64 bit virtual machine. I cloned the repository and built it.
How to reproduce:
cd /tmp/
mkdir testdirectory
rm -rf testdirectory
echo $?
See it output 1
Uninstall safe-rm and you will see this should output 0. Furthermore, even though it reports a bad exit code of 1 it successfully removes the directory as it should.
The text was updated successfully, but these errors were encountered:
Thanks. No rush, though. I have uninstalled this for the time being since
some scripts at work depend on the exit code and were failing. Thanks for
looking into it.
-Asaf
On Mar 22, 2014 5:04 AM, "Kael Zhang" [email protected] wrote:
I'll take into this within the next 24 hrs
Reply to this email directly or view it on GitHubhttps://github.com//issues/6#issuecomment-38349747
.
To start my operating system is redhat 5 on a 64 bit virtual machine. I cloned the repository and built it.
How to reproduce:
cd /tmp/
mkdir testdirectory
rm -rf testdirectory
echo $?
See it output 1
Uninstall safe-rm and you will see this should output 0. Furthermore, even though it reports a bad exit code of 1 it successfully removes the directory as it should.
The text was updated successfully, but these errors were encountered: