This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
github
/
emacs-build
mirror of
https://github.com/kiennq/emacs-build.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
Browse Source
Fix error output echo function.
tmp/comercial-emacs
Juan Jose Garcia-Ripoll
4 years ago
parent
84a6606f68
commit
0d1c6192ff
1 changed files
with
1 additions
and
1 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
2
scripts/tools.sh
2
scripts/tools.sh
View File
@ -1,6 +1,6 @@
function
errcho
(
)
{
echo
$@
>
&
2
echo
"
$@
"
>
&
2
}
function
elements_not_in_list
(
)
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
github/emacs-build
Title
Body
Create Issue