Compare commits
2 Commits
940b7b3efe
...
3afb8761d4
| Author | SHA1 | Date | |
|---|---|---|---|
| 3afb8761d4 | |||
| 993fa7eec3 |
1
.emacs
1
.emacs
@@ -660,6 +660,7 @@
|
|||||||
(concat "-imp." ext)
|
(concat "-imp." ext)
|
||||||
(concat "-impl." ext)
|
(concat "-impl." ext)
|
||||||
".cpp"
|
".cpp"
|
||||||
|
".c"
|
||||||
)))
|
)))
|
||||||
)
|
)
|
||||||
(when (member ext '("c" "cc" "cpp"))
|
(when (member ext '("c" "cc" "cpp"))
|
||||||
|
|||||||
@@ -163,7 +163,7 @@ ${current_version}
|
|||||||
3.4.0
|
3.4.0
|
||||||
EOF
|
EOF
|
||||||
)
|
)
|
||||||
if [ $(echo "${current_version_test}" | sort | head -1) != "3.4.0" ]
|
if [ $(echo "${current_version_test}" | sort -n | head -1) != "3.4.0" ]
|
||||||
then
|
then
|
||||||
echo "Wrong version of fish ${current_version}"
|
echo "Wrong version of fish ${current_version}"
|
||||||
fish_good=1
|
fish_good=1
|
||||||
|
|||||||
Reference in New Issue
Block a user