Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
blackboard-extractor
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Richard Torenvliet
blackboard-extractor
Commits
a6a090df
Commit
a6a090df
authored
Nov 24, 2014
by
Richard Torenvliet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix for copying pdf file
parent
5733bc9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
bb_extract
bb_extract
+4
-4
No files found.
bb_extract
View file @
a6a090df
...
...
@@ -85,11 +85,11 @@ function find_and_unpack() {
PDF_LIST=`find "$INPUT_DIR" -name "$FIND_PREFIX\_*.pdf" -print0`
if [ -n "$PDF_LIST" ]; then
cp $PDF $SUBMIT_NAME
fi
for PDF in $PDF_LIST; do
cp $PDF
_LIST
$SUBMIT_NAME
done
if [ -z
"$ARCHIVE_LIST"
]; then
if [ -z
$ARCHIVE_LIST
]; then
echo $SUBMIT_NAME >> "error.txt"
else
for ARCHIVE in $ARCHIVE_LIST; do
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment