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
When I enter "echo !xxx" on nyagos, nyagos exits unexpectedly as follows:
$ echo!xxx
!xxx: event not found
exit status 1
I checked this issue with nyagos 4.4.9_3.
It seems that this issue is caused by d5ca8a4.
When Replace in history/history.go fails to replace !xxx in command line, the error is propagated to ForEver in shell/loop.go.
Then, the error ends for loop in ForEver in shell/loop.go.
The text was updated successfully, but these errors were encountered:
d5ca8a4 can not be reverted for #383 and other unexpected errors.
So, I fixed the called subroutine to display the error only but not to quit the shell on c3cae83
When I enter "echo !xxx" on nyagos, nyagos exits unexpectedly as follows:
I checked this issue with nyagos 4.4.9_3.
It seems that this issue is caused by d5ca8a4.
When
Replace
inhistory/history.go
fails to replace!xxx
in command line, the error is propagated toForEver
inshell/loop.go
.Then, the error ends
for
loop inForEver
inshell/loop.go
.The text was updated successfully, but these errors were encountered: