Compare commits
2 commits
db05998d6c
...
36d1221256
| Author | SHA1 | Date | |
|---|---|---|---|
| 36d1221256 | |||
| 4cfa7ed76b |
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ clean_tempfiles() {
|
||||||
if [ "$#" -ne "1" ]; then
|
if [ "$#" -ne "1" ]; then
|
||||||
echo "Expected exactly one input file. Usage:" 1>&2
|
echo "Expected exactly one input file. Usage:" 1>&2
|
||||||
echo " $0 FILE" 1>&2
|
echo " $0 FILE" 1>&2
|
||||||
exit 1
|
exit 1;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
editor_cmd="$(default_editor)"
|
editor_cmd="$(default_editor)"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue