Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expac patch #40

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix minor complaints
  • Loading branch information
keenerd committed Nov 29, 2011
commit 6c9adc79e2407e782ea40bd7703b26f7e53cd4f2
2 changes: 1 addition & 1 deletion packer
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ runasroot() {
else
echo -n "root "
# Hack: need to echo to make sure all of the args get in the single set of quotes
su root -c "$(echo $@)"
su -c "$(printf '%q ' "$@")"
fi
}

Expand Down
2 changes: 2 additions & 0 deletions packer.8
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,8 @@ IgnorePkg
Packer output will be colorized unless the environmental variable COLOR is set to `NO'.
.sp
To manually edit files, packer uses the EDITOR variable\&. If EDITOR is not set then the default editor is vi\&.
.sp
Packages are built in the TMPDIR path\&. If the TMPDIR variable is not set then the default path is /tmp
.SH "SEE ALSO"
.sp
\fBpacman\fR(8)
Expand Down