aboutsummaryrefslogtreecommitdiffstats
path: root/chapter9/bashprofile.sh
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-04-20 10:27:12 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-04-20 10:29:29 -0500
commit215feb45ed5a9c0ebc1863aba05cdcce30501375 (patch)
tree415e42033123b23a4bcdba33d24c3aca9619b143 /chapter9/bashprofile.sh
parent8e381701594e3ccadbdd507d084548325d9f2fbe (diff)
Adjust for systemd specific builds.
Diffstat (limited to 'chapter9/bashprofile.sh')
-rw-r--r--chapter9/bashprofile.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/chapter9/bashprofile.sh b/chapter9/bashprofile.sh
deleted file mode 100644
index 22d3171..0000000
--- a/chapter9/bashprofile.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-set -e
-
-cat > /etc/profile << "EOF"
-# Begin /etc/profile
-
-export LANG=en_US
-export LC_TIME=POSIX
-
-# End /etc/profile
-EOF