We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f147f commit c5175b4Copy full SHA for c5175b4
steps/improve/clean_sources.sh
@@ -6,6 +6,9 @@
6
# Delete sources of packages before linux kernel
7
8
get_source_filename() {
9
+ if [[ "${1}" == git://* ]]; then
10
+ shift
11
+ fi
12
local url="${1}"
13
local fname="${3}"
14
# Default to basename of url if not given
0 commit comments