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 22
33# Double include protection
44case " ${INCLUDE_SEEN_PSST-} " in
5- * _basic_ * ) return
5+ * :basic: * ) return
66esac
7- INCLUDE_SEEN_PSST=" ${INCLUDE_SEEN_PSST-} _basic_ "
7+ INCLUDE_SEEN_PSST=" ${INCLUDE_SEEN_PSST-} :basic: "
88
99# Ensure INCLUDE_PSST is set
1010[ -n " ${INCLUDE_PSST-} " ] || { echo " INCLUDE_PSST not set!" >&2 ; exit 1 ; }
Original file line number Diff line number Diff line change 22
33# Double include protection
44case " ${INCLUDE_SEEN_PSST-} " in
5- * _assert_ * ) return
5+ * :assert: * ) return
66esac
7- INCLUDE_SEEN_PSST=" ${INCLUDE_SEEN_PSST-} _assert_ "
7+ INCLUDE_SEEN_PSST=" ${INCLUDE_SEEN_PSST-} :assert: "
88
99
1010# #
Original file line number Diff line number Diff line change 22
33# Double include protection
44case " ${INCLUDE_SEEN_PSST-} " in
5- * _chkcmd_ * ) return
5+ * :chkcmd: * ) return
66esac
7- INCLUDE_SEEN_PSST=" ${INCLUDE_SEEN_PSST-} _chkcmd_ "
7+ INCLUDE_SEEN_PSST=" ${INCLUDE_SEEN_PSST-} :chkcmd: "
88
99# Ensure INCLUDE_PSST is set
1010[ -n " ${INCLUDE_PSST-} " ] || { echo " INCLUDE_PSST not set!" >&2 ; exit 1 ; }
Original file line number Diff line number Diff line change 22
33# Double include protection
44case " ${INCLUDE_SEEN_PSST-} " in
5- * _const_ * ) return
5+ * :const: * ) return
66esac
7- INCLUDE_SEEN_PSST=" ${INCLUDE_SEEN_PSST-} _const_ "
7+ INCLUDE_SEEN_PSST=" ${INCLUDE_SEEN_PSST-} :const: "
88
99
1010# #
Original file line number Diff line number Diff line change 22
33# Double include protection
44case " ${INCLUDE_SEEN_PSST-} " in
5- * _conv_ * ) return
5+ * :conv: * ) return
66esac
7- INCLUDE_SEEN_PSST=" ${INCLUDE_SEEN_PSST-} _conv_ "
7+ INCLUDE_SEEN_PSST=" ${INCLUDE_SEEN_PSST-} :conv: "
88
99# Ensure INCLUDE_PSST is set
1010[ -n " ${INCLUDE_PSST-} " ] || { echo " INCLUDE_PSST not set!" >&2 ; exit 1 ; }
Original file line number Diff line number Diff line change 22
33# Double include protection
44case " ${INCLUDE_SEEN_PSST-} " in
5- * _esc_ * ) return
5+ * :esc: * ) return
66esac
7- INCLUDE_SEEN_PSST=" ${INCLUDE_SEEN_PSST-} _esc_ "
7+ INCLUDE_SEEN_PSST=" ${INCLUDE_SEEN_PSST-} :esc: "
88
99# Ensure INCLUDE_PSST is set
1010[ -n " ${INCLUDE_PSST-} " ] || { echo " INCLUDE_PSST not set!" >&2 ; exit 1 ; }
Original file line number Diff line number Diff line change 22
33# Double include protection
44case " ${INCLUDE_SEEN_PSST-} " in
5- * _global_ * ) return
5+ * :global: * ) return
66esac
7- INCLUDE_SEEN_PSST=" ${INCLUDE_SEEN_PSST-} _global_ "
7+ INCLUDE_SEEN_PSST=" ${INCLUDE_SEEN_PSST-} :global: "
88
99
1010# #
Original file line number Diff line number Diff line change 22
33# Double include protection
44case " ${INCLUDE_SEEN_PSST-} " in
5- * _ifs_ * ) return
5+ * :ifs: * ) return
66esac
7- INCLUDE_SEEN_PSST=" ${INCLUDE_SEEN_PSST-} _ifs_ "
7+ INCLUDE_SEEN_PSST=" ${INCLUDE_SEEN_PSST-} :ifs: "
88
99# Ensure INCLUDE_PSST is set
1010[ -n " ${INCLUDE_PSST-} " ] || { echo " INCLUDE_PSST not set!" >&2 ; exit 1 ; }
Original file line number Diff line number Diff line change 44case " ${INCLUDE_SEEN_PSST-} " in
55 * _onexit_* ) return
66esac
7- INCLUDE_SEEN_PSST=" ${INCLUDE_SEEN_PSST-} _onexit_ "
7+ INCLUDE_SEEN_PSST=" ${INCLUDE_SEEN_PSST-} :onexit: "
88
99# Ensure INCLUDE_PSST is set
1010[ -n " ${INCLUDE_PSST-} " ] || { echo " INCLUDE_PSST not set!" >&2 ; exit 1 ; }
Original file line number Diff line number Diff line change 22
33# Double include protection
44case " ${INCLUDE_SEEN_PSST-} " in
5- * _perror_ * ) return
5+ * :perror: * ) return
66esac
7- INCLUDE_SEEN_PSST=" ${INCLUDE_SEEN_PSST-} _perror_ "
7+ INCLUDE_SEEN_PSST=" ${INCLUDE_SEEN_PSST-} :perror: "
88
99# Ensure INCLUDE_PSST is set
1010[ -n " ${INCLUDE_PSST-} " ] || { echo " INCLUDE_PSST not set!" >&2 ; exit 1 ; }
You can’t perform that action at this time.
0 commit comments