Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
alpine-conf
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
19
Issues
19
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
alpine-conf
Commits
bb66d9ea
Commit
bb66d9ea
authored
Feb 23, 2010
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lbu: fix for lbu package /dev/null and lbu list
lbu did bad things with your /dev/null
parent
ecdbc0b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
lbu.in
lbu.in
+3
-0
No files found.
lbu.in
View file @
bb66d9ea
...
...
@@ -289,6 +289,8 @@ cmd_package() {
if
[
-
z
"$DRYRUN"
];
then
if
[
"x$pkg"
=
"x-"
];
then
cat
"$tmppkg"
elif
[
-
b
"$pkg"
]
||
[
-
c
"$pkg"
];
then
cat
"$tmppkg"
>
"$pkg"
else
if
cp
"$tmppkg"
"$pkg.new"
;
then
mv
"$pkg.new"
"$pkg"
...
...
@@ -321,6 +323,7 @@ usage: $PROGRAM list|ls
cmd_list
()
{
VERBOSE
=
"-v"
DRYRUN
=
"-n"
cmd_package
/
dev
/
null
}
...
...
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