mirror of https://github.com/CGAL/cgal
Fix the use of $Id $ in a shell line
This commit is contained in:
parent
39cfd48ebf
commit
1aa1d66cd9
|
|
@ -782,7 +782,7 @@ put_on_web()
|
||||||
# START OF MAIN BODY
|
# START OF MAIN BODY
|
||||||
# ----------------------------------------------------
|
# ----------------------------------------------------
|
||||||
|
|
||||||
log "${ACTUAL_LOGFILE}" "${0}, version \"$Id$\""
|
log "${ACTUAL_LOGFILE}" "${0}, version \""'$Id$'"\""
|
||||||
|
|
||||||
# Parse command line arguments
|
# Parse command line arguments
|
||||||
for arg in "$@"
|
for arg in "$@"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue