summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautoconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconfig b/autoconfig
index b6cca08..1174499 100755
--- a/autoconfig
+++ b/autoconfig
@@ -184,7 +184,7 @@ get_config() {
;;
passwd=*)
PASSWD="no"
- PASSWORD="$*"
+ PASSWORD="${x#*=}"
;;
esac
done