summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/build1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/build b/bin/build
index 8d91a90..8bad389 100755
--- a/bin/build
+++ b/bin/build
@@ -6,7 +6,6 @@ if test -z "$root"; then
echo "INROOT_DIR not set; run under inroot"
exit 1
fi
-shift || true
if test -d /lib64; then
libdir=$root/lib64
else