Fossil SCM

Corrected gsed switches for swapping { and } with @{ and @}.

brickviking 2025-04-12 01:24 bv-infotool
Commit 2bcbc6e397e52cd15b7fdb39e209449f248de0fa7911ce55c0e5d1f98d38d866
1 file changed +1 -1
--- tools/fossil-makeinfo
+++ tools/fossil-makeinfo
@@ -387,11 +387,11 @@
387387
echo "Swapping out {} for @{ @}"
388388
# swaps out {} for @{ @}
389389
if [[ ${MYOS} == "Linux" ]]; then
390390
sed -i -e 's/{/@{/g' -e 's/}/@}/g' workfile
391391
else
392
- gsed -i -e 's/\{/@\{/g' -e 's/\}/@\}/g' workfile
392
+ gsed -i -e 's/{/@{/g' -e 's/}/@}/g' workfile
393393
fi
394394
395395
echo "Swapping out --switches for @option{--switches}"
396396
# turns --switches into @option{--switches}
397397
if [[ ${MYOS} == "Linux" ]]; then
398398
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button