Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
docker-images
Commits
8b84197f
Commit
8b84197f
authored
Aug 25, 2016
by
Konstantin Pavlov
Browse files
rebuild.sh: fixed detection of root directory changes.
parent
d5996338
Changes
1
Hide whitespace changes
Inline
Side-by-side
rebuild.sh
View file @
8b84197f
...
...
@@ -12,11 +12,11 @@ for dir in $CHANGED; do
videolan-base
*
)
BASE
=
"
$BASE
$dir
"
;;
.
)
;;
*
)
LATE
=
"
$LATE
$dir
"
;;
.
)
;;
esac
done
...
...
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