-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] &
in filename causes hidden unknown command error
#64
Labels
bug
Something isn't working
Comments
@mmenanno i think is dee issue |
@ted423 no the issue happens before it even gets to dee. For example:
Would result in this error:
This error would be avoided though if the command was instead generated with quotes around the input and output like:
|
Thats because you are not quoting the file yourself , its not dee's issue that you dont quote it |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description of the the bug
I was getting some mysterious failures during the ffmpeg step of deew so I passed in the
-la
flag so I could grab the exact command and run it myself. Turns out an&
in the filename was causing the second half of the filename to be interpreted as an unknown command. I found I was able to get around this (outside of deew, running it myself) by wrapping the input and output in quotes.Version
deew 3.2.1
OS
Ubuntu 24.04 LTS
The text was updated successfully, but these errors were encountered: