This repository was archived by the owner on May 20, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 17 files changed +33
-33
lines changed Expand file tree Collapse file tree 17 files changed +33
-33
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# Double include protection
4
4
case " ${INCLUDE_SEEN_PSST-} " in
5
- * _basic_ * ) return
5
+ * :basic: * ) return
6
6
esac
7
- INCLUDE_SEEN_PSST=" ${INCLUDE_SEEN_PSST-} _basic_ "
7
+ INCLUDE_SEEN_PSST=" ${INCLUDE_SEEN_PSST-} :basic: "
8
8
9
9
# Ensure INCLUDE_PSST is set
10
10
[ -n " ${INCLUDE_PSST-} " ] || { echo " INCLUDE_PSST not set!" >&2 ; exit 1 ; }
Original file line number Diff line number Diff line change 2
2
3
3
# Double include protection
4
4
case " ${INCLUDE_SEEN_PSST-} " in
5
- * _assert_ * ) return
5
+ * :assert: * ) return
6
6
esac
7
- INCLUDE_SEEN_PSST=" ${INCLUDE_SEEN_PSST-} _assert_ "
7
+ INCLUDE_SEEN_PSST=" ${INCLUDE_SEEN_PSST-} :assert: "
8
8
9
9
10
10
# #
Original file line number Diff line number Diff line change 2
2
3
3
# Double include protection
4
4
case " ${INCLUDE_SEEN_PSST-} " in
5
- * _chkcmd_ * ) return
5
+ * :chkcmd: * ) return
6
6
esac
7
- INCLUDE_SEEN_PSST=" ${INCLUDE_SEEN_PSST-} _chkcmd_ "
7
+ INCLUDE_SEEN_PSST=" ${INCLUDE_SEEN_PSST-} :chkcmd: "
8
8
9
9
# Ensure INCLUDE_PSST is set
10
10
[ -n " ${INCLUDE_PSST-} " ] || { echo " INCLUDE_PSST not set!" >&2 ; exit 1 ; }
Original file line number Diff line number Diff line change 2
2
3
3
# Double include protection
4
4
case " ${INCLUDE_SEEN_PSST-} " in
5
- * _const_ * ) return
5
+ * :const: * ) return
6
6
esac
7
- INCLUDE_SEEN_PSST=" ${INCLUDE_SEEN_PSST-} _const_ "
7
+ INCLUDE_SEEN_PSST=" ${INCLUDE_SEEN_PSST-} :const: "
8
8
9
9
10
10
# #
Original file line number Diff line number Diff line change 2
2
3
3
# Double include protection
4
4
case " ${INCLUDE_SEEN_PSST-} " in
5
- * _conv_ * ) return
5
+ * :conv: * ) return
6
6
esac
7
- INCLUDE_SEEN_PSST=" ${INCLUDE_SEEN_PSST-} _conv_ "
7
+ INCLUDE_SEEN_PSST=" ${INCLUDE_SEEN_PSST-} :conv: "
8
8
9
9
# Ensure INCLUDE_PSST is set
10
10
[ -n " ${INCLUDE_PSST-} " ] || { echo " INCLUDE_PSST not set!" >&2 ; exit 1 ; }
Original file line number Diff line number Diff line change 2
2
3
3
# Double include protection
4
4
case " ${INCLUDE_SEEN_PSST-} " in
5
- * _esc_ * ) return
5
+ * :esc: * ) return
6
6
esac
7
- INCLUDE_SEEN_PSST=" ${INCLUDE_SEEN_PSST-} _esc_ "
7
+ INCLUDE_SEEN_PSST=" ${INCLUDE_SEEN_PSST-} :esc: "
8
8
9
9
# Ensure INCLUDE_PSST is set
10
10
[ -n " ${INCLUDE_PSST-} " ] || { echo " INCLUDE_PSST not set!" >&2 ; exit 1 ; }
Original file line number Diff line number Diff line change 2
2
3
3
# Double include protection
4
4
case " ${INCLUDE_SEEN_PSST-} " in
5
- * _global_ * ) return
5
+ * :global: * ) return
6
6
esac
7
- INCLUDE_SEEN_PSST=" ${INCLUDE_SEEN_PSST-} _global_ "
7
+ INCLUDE_SEEN_PSST=" ${INCLUDE_SEEN_PSST-} :global: "
8
8
9
9
10
10
# #
Original file line number Diff line number Diff line change 2
2
3
3
# Double include protection
4
4
case " ${INCLUDE_SEEN_PSST-} " in
5
- * _ifs_ * ) return
5
+ * :ifs: * ) return
6
6
esac
7
- INCLUDE_SEEN_PSST=" ${INCLUDE_SEEN_PSST-} _ifs_ "
7
+ INCLUDE_SEEN_PSST=" ${INCLUDE_SEEN_PSST-} :ifs: "
8
8
9
9
# Ensure INCLUDE_PSST is set
10
10
[ -n " ${INCLUDE_PSST-} " ] || { echo " INCLUDE_PSST not set!" >&2 ; exit 1 ; }
Original file line number Diff line number Diff line change 4
4
case " ${INCLUDE_SEEN_PSST-} " in
5
5
* _onexit_* ) return
6
6
esac
7
- INCLUDE_SEEN_PSST=" ${INCLUDE_SEEN_PSST-} _onexit_ "
7
+ INCLUDE_SEEN_PSST=" ${INCLUDE_SEEN_PSST-} :onexit: "
8
8
9
9
# Ensure INCLUDE_PSST is set
10
10
[ -n " ${INCLUDE_PSST-} " ] || { echo " INCLUDE_PSST not set!" >&2 ; exit 1 ; }
Original file line number Diff line number Diff line change 2
2
3
3
# Double include protection
4
4
case " ${INCLUDE_SEEN_PSST-} " in
5
- * _perror_ * ) return
5
+ * :perror: * ) return
6
6
esac
7
- INCLUDE_SEEN_PSST=" ${INCLUDE_SEEN_PSST-} _perror_ "
7
+ INCLUDE_SEEN_PSST=" ${INCLUDE_SEEN_PSST-} :perror: "
8
8
9
9
# Ensure INCLUDE_PSST is set
10
10
[ -n " ${INCLUDE_PSST-} " ] || { echo " INCLUDE_PSST not set!" >&2 ; exit 1 ; }
Original file line number Diff line number Diff line change 2
2
3
3
# Double include protection
4
4
case " ${INCLUDE_SEEN_PSST-} " in
5
- * _print_ * ) return
5
+ * :print: * ) return
6
6
esac
7
- INCLUDE_SEEN_PSST=" ${INCLUDE_SEEN_PSST-} _print_ "
7
+ INCLUDE_SEEN_PSST=" ${INCLUDE_SEEN_PSST-} :print: "
8
8
9
9
# Ensure INCLUDE_PSST is set
10
10
[ -n " ${INCLUDE_PSST-} " ] || { echo " INCLUDE_PSST not set!" >&2 ; exit 1 ; }
Original file line number Diff line number Diff line change 2
2
3
3
# Double include protection
4
4
case " ${INCLUDE_SEEN_PSST-} " in
5
- * _stack_ * ) return
5
+ * :stack: * ) return
6
6
esac
7
- INCLUDE_SEEN_PSST=" ${INCLUDE_SEEN_PSST-} _stack_ "
7
+ INCLUDE_SEEN_PSST=" ${INCLUDE_SEEN_PSST-} :stack: "
8
8
9
9
# Ensure INCLUDE_PSST is set
10
10
[ -n " ${INCLUDE_PSST-} " ] || { echo " INCLUDE_PSST not set!" >&2 ; exit 1 ; }
Original file line number Diff line number Diff line change 2
2
3
3
# Double include protection
4
4
case " ${INCLUDE_SEEN_PSST-} " in
5
- * _test_ * ) return
5
+ * :test: * ) return
6
6
esac
7
- INCLUDE_SEEN_PSST=" ${INCLUDE_SEEN_PSST-} _test_ "
7
+ INCLUDE_SEEN_PSST=" ${INCLUDE_SEEN_PSST-} :test: "
8
8
9
9
10
10
# shellcheck source=assert.inc.sh
Original file line number Diff line number Diff line change 2
2
3
3
# Double include protection
4
4
case " ${INCLUDE_SEEN_PSST-} " in
5
- * _tempdir_ * ) return
5
+ * :tempdir: * ) return
6
6
esac
7
- INCLUDE_SEEN_PSST=" ${INCLUDE_SEEN_PSST-} _tempdir_ "
7
+ INCLUDE_SEEN_PSST=" ${INCLUDE_SEEN_PSST-} :tempdir: "
8
8
9
9
# Ensure INCLUDE_PSST is set
10
10
[ -n " ${INCLUDE_PSST-} " ] || { echo " INCLUDE_PSST not set!" >&2 ; exit 1 ; }
Original file line number Diff line number Diff line change 2
2
3
3
# Double include protection
4
4
case " ${INCLUDE_SEEN_PSST-} " in
5
- * _file_ * ) return
5
+ * :file: * ) return
6
6
esac
7
- INCLUDE_SEEN_PSST=" ${INCLUDE_SEEN_PSST-} _file_ "
7
+ INCLUDE_SEEN_PSST=" ${INCLUDE_SEEN_PSST-} :file: "
8
8
9
9
# Ensure INCLUDE_PSST is set
10
10
[ -n " ${INCLUDE_PSST-} " ] || { echo " INCLUDE_PSST not set!" >&2 ; exit 1 ; }
Original file line number Diff line number Diff line change 2
2
3
3
# Double include protection
4
4
case " ${INCLUDE_SEEN_PSST-} " in
5
- * _abspath_ * ) return
5
+ * :abspath: * ) return
6
6
esac
7
- INCLUDE_SEEN_PSST=" ${INCLUDE_SEEN_PSST-} _abspath_ "
7
+ INCLUDE_SEEN_PSST=" ${INCLUDE_SEEN_PSST-} :abspath: "
8
8
9
9
# Ensure INCLUDE_PSST is set
10
10
[ -n " ${INCLUDE_PSST-} " ] || { echo " INCLUDE_PSST not set!" >&2 ; exit 1 ; }
Original file line number Diff line number Diff line change 2
2
3
3
# Double include protection
4
4
case " ${INCLUDE_SEEN_PSST-} " in
5
- * _glob_ * ) return
5
+ * :glob: * ) return
6
6
esac
7
- INCLUDE_SEEN_PSST=" ${INCLUDE_SEEN_PSST-} _glob_ "
7
+ INCLUDE_SEEN_PSST=" ${INCLUDE_SEEN_PSST-} :glob: "
8
8
9
9
# Ensure INCLUDE_PSST is set
10
10
[ -n " ${INCLUDE_PSST-} " ] || { echo " INCLUDE_PSST not set!" >&2 ; exit 1 ; }
You can’t perform that action at this time.
0 commit comments