mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
conf.sh: correct embarrassing typo (re: a75d0dfa
)
This commit is contained in:
parent
d00b4b39f6
commit
8cd4bc1690
1 changed files with 1 additions and 1 deletions
|
@ -1624,7 +1624,7 @@ const int conf_elements = (int)sizeof(conf) / (int)sizeof(conf[0]);
|
||||||
} > $tmp.4
|
} > $tmp.4
|
||||||
case $debug in
|
case $debug in
|
||||||
-d7) echo $command: $tmp.4 ${base}.c ;;
|
-d7) echo $command: $tmp.4 ${base}.c ;;
|
||||||
*) cmp -s "$tmp.4" "${base}.c" 2>/dev/null && touch "${base.c}" || mv "$tmp.4" "${base}.c" ;;
|
*) cmp -s "$tmp.4" "${base}.c" 2>/dev/null && touch "${base}.c" || mv "$tmp.4" "${base}.c" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# limits.h generation code
|
# limits.h generation code
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue