Fossil SCM
Corrected gsed switches for swapping { and } with @{ and @}.
Commit
2bcbc6e397e52cd15b7fdb39e209449f248de0fa7911ce55c0e5d1f98d38d866
Parent
a241019fb5b0642…
1 file changed
+1
-1
+1
-1
| --- tools/fossil-makeinfo | ||
| +++ tools/fossil-makeinfo | ||
| @@ -387,11 +387,11 @@ | ||
| 387 | 387 | echo "Swapping out {} for @{ @}" |
| 388 | 388 | # swaps out {} for @{ @} |
| 389 | 389 | if [[ ${MYOS} == "Linux" ]]; then |
| 390 | 390 | sed -i -e 's/{/@{/g' -e 's/}/@}/g' workfile |
| 391 | 391 | else |
| 392 | - gsed -i -e 's/\{/@\{/g' -e 's/\}/@\}/g' workfile | |
| 392 | + gsed -i -e 's/{/@{/g' -e 's/}/@}/g' workfile | |
| 393 | 393 | fi |
| 394 | 394 | |
| 395 | 395 | echo "Swapping out --switches for @option{--switches}" |
| 396 | 396 | # turns --switches into @option{--switches} |
| 397 | 397 | if [[ ${MYOS} == "Linux" ]]; then |
| 398 | 398 |
| --- tools/fossil-makeinfo | |
| +++ tools/fossil-makeinfo | |
| @@ -387,11 +387,11 @@ | |
| 387 | echo "Swapping out {} for @{ @}" |
| 388 | # swaps out {} for @{ @} |
| 389 | if [[ ${MYOS} == "Linux" ]]; then |
| 390 | sed -i -e 's/{/@{/g' -e 's/}/@}/g' workfile |
| 391 | else |
| 392 | gsed -i -e 's/\{/@\{/g' -e 's/\}/@\}/g' workfile |
| 393 | fi |
| 394 | |
| 395 | echo "Swapping out --switches for @option{--switches}" |
| 396 | # turns --switches into @option{--switches} |
| 397 | if [[ ${MYOS} == "Linux" ]]; then |
| 398 |
| --- tools/fossil-makeinfo | |
| +++ tools/fossil-makeinfo | |
| @@ -387,11 +387,11 @@ | |
| 387 | echo "Swapping out {} for @{ @}" |
| 388 | # swaps out {} for @{ @} |
| 389 | if [[ ${MYOS} == "Linux" ]]; then |
| 390 | sed -i -e 's/{/@{/g' -e 's/}/@}/g' workfile |
| 391 | else |
| 392 | gsed -i -e 's/{/@{/g' -e 's/}/@}/g' workfile |
| 393 | fi |
| 394 | |
| 395 | echo "Swapping out --switches for @option{--switches}" |
| 396 | # turns --switches into @option{--switches} |
| 397 | if [[ ${MYOS} == "Linux" ]]; then |
| 398 |