summaryrefslogtreecommitdiff
path: root/uninit.d/50vcs-uninit
diff options
context:
space:
mode:
Diffstat (limited to 'uninit.d/50vcs-uninit')
-rwxr-xr-xuninit.d/50vcs-uninit2
1 files changed, 1 insertions, 1 deletions
diff --git a/uninit.d/50vcs-uninit b/uninit.d/50vcs-uninit
index b61abfd..b330f1b 100755
--- a/uninit.d/50vcs-uninit
+++ b/uninit.d/50vcs-uninit
@@ -32,7 +32,7 @@ else
file=$($tempfile)
otherentries=
skipping=
- while read line; do
+ while read -r line; do
if echo "$line" | grep -q "$managed_by_etckeeper"; then
if [ ! "$skipping" ]; then
skipping=1