Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emmapeel
puppet-tails
Commits
1817bb8e
Commit
1817bb8e
authored
Apr 08, 2015
by
intrigeri
Browse files
tails-diff-suites: fix syntax for sorting on keys.
parent
7128f1fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
files/reprepro/tails-diff-suites
View file @
1817bb8e
...
...
@@ -105,7 +105,7 @@ packages_in_iso() {
sort_packages_list_inplace
()
{
local
list
=
"
$1
"
sort
--stable
--key
=
1
--key
=
2
--output
=
"
$list
"
"
$list
"
sort
--stable
--key
=
1
,1
--key
=
2
,2
--output
=
"
$list
"
"
$list
"
}
### Sanity checks
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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