]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/scripts/readhash
pakfire: use correct tree on x86_64.
[ipfire-2.x.git] / src / scripts / readhash
index cc063a7a2b2ddc3a11af741d6bec4a3042c68957..bffc93fbd00c31a76e9c96fc17dabf0a87c3c9ef 100644 (file)
@@ -13,7 +13,7 @@ VARNAME='[A-Za-z_][A-Za-z0-9_]*'
 
 # For the assigned value we only accept a limited number of characters - none
 # of which are shell metachars
-VARCHARS='A-Za-z0-9=/,.:_@#+-'
+VARCHARS='A-Za-z0-9=/,.:%_@#+-'
 VARVAL="[${VARCHARS}]*"
 
 sed -ne "s/\(${VARNAME}\)=\(${VARVAL}\)$/\1=\2/p" $1