Stefan Schuermans

Stefan Schuermans commited on 2020-07-28 19:35:06
Showing 1 changed files, with 1 additions and 1 deletions.

... ...
@@ -1,6 +1,6 @@
1 1
 if [[ -z ${BASH_SOURCE[0]:-} ]]
2 2
 then
3
-  echo "BASH_SOURCE is not net, unsupported shell" >&2
3
+  echo "BASH_SOURCE is not set, unsupported shell" >&2
4 4
   return 2
5 5
 fi
6 6
 export UPT_HOME="$(readlink -f "$(dirname "${BASH_SOURCE[0]}")")"
7 7