From dbb78893476c558de5b501f97fc7b3b3b0f03115 Mon Sep 17 00:00:00 2001 From: William Orr Date: Tue, 7 Apr 2015 17:23:24 -0700 Subject: [PATCH] Update doit.sh This can be a dangerous if a user uses this to install libcrange. For example, if a user sets `$DESTDIR` to `/`, this will destroy their system. I'm...not saying that this happened to me or anything... --- source/doit.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/source/doit.sh b/source/doit.sh index 6ade0c2..7956f15 100755 --- a/source/doit.sh +++ b/source/doit.sh @@ -4,7 +4,6 @@ set -e set -x [ -n "$DESTDIR" ] || export DESTDIR=$HOME/prefix -rm -rf $DESTDIR make clean || true # ignore failures aclocal