summaryrefslogtreecommitdiff
blob: 7f0da93f24b6bd139fb9c511494ca0576182484b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- drbd-0.7.22/scripts/adjust_drbd_config_h.sh.orig	2006-10-23 10:38:57.000000000 +0200
+++ drbd-0.7.22/scripts/adjust_drbd_config_h.sh	2007-02-05 00:58:15.000000000 +0100
@@ -22,11 +22,7 @@
 
 test -n "$KDIR"
 KDIR=${KDIR%/}
-if test -z "$O"; then
-	O=$KDIR;
-else
-	O=${O%/}
-fi
+O=$KDIR;
 
 # some paranoia: check that all files are where we expect them
 ls > /dev/null \