This website works better with JavaScript.
Home
Explore
Help
Sign In
use
/
autoTranscode
Watch
1
Star
1
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Browse Source
added quotes for dir creation in case of spaces int he path
master
rbeck4
3 years ago
parent
0e4c12594f
commit
8f581c3ebb
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
transcode.sh
+ 2
- 2
transcode.sh
View File
@ -47,8 +47,8 @@ function burnSubs {
}
#MAIN FUNCTION BEGINS
mkdir -p
$tmpDIR
mkdir -p
$workDIR
mkdir -p
"
$tmpDIR
"
mkdir -p
"
$workDIR
"
if
[
-n
"
$1
"
]
then
Write
Preview
Loading…
Cancel
Save