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
I think, if I request a --new file, then the old one is not changed anyway.
Hence, the check for [ -z $EXTERNAL ] is not sufficient.
I'd propose [ -z $EXTERNAL -a -z $NEW ] or something similar.
The text was updated successfully, but these errors were encountered:
I think, if I request a --new file, then the old one is not changed anyway.
Hence, the check for [ -z $EXTERNAL ] is not sufficient.
I'd propose [ -z $EXTERNAL -a -z $NEW ] or something similar.
The text was updated successfully, but these errors were encountered: