1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-06-25 16:57:12 -07:00

fix dumb bug

This commit is contained in:
Connor Olding 2019-06-09 05:04:48 -07:00
parent b40332faa8
commit 3d61c2eee4

2
sh/e
View File

@ -19,7 +19,7 @@ if [ $running -eq 1 ]; then
fi
if [ $# -eq 0 ] || [ -n "$MSYSTEM" ]; then
$=EDITOR
$=EDITOR "$@"
return
fi