]> icculus.org git repositories - mikachu/openbox.git/commit
Don't replace ~ when we shouldn't
authorMikael Magnusson <mikachu@gmail.com>
Sun, 5 Jul 2009 18:47:33 +0000 (20:47 +0200)
committerMikael Magnusson <mikachu@gmail.com>
Sun, 5 Jul 2009 18:47:35 +0000 (20:47 +0200)
commitf6062d43e84e86a1269c41d4136e5098e15173b2
treeb3ef82758866af5093c4384d4bd583a90d9293eb
parent1fa20febe1e2b2ea6b9034b205dbfeca3375dc30
Don't replace ~ when we shouldn't

Bump glib req to 2.14 to get GRegex, now we only replace ~ with your
homedir in an action if it is (at the start of the string or preceded
by whitespace) and (at the end of the string or followed by (whitespace
or a slash)). (?:^|(?<=[ \t]))~(?=[/ \t$])
configure.ac
obt/paths.c