commit | 629895b7f95d37100b199cf5c99a31debe0bfaf6 | [log] [tgz] |
---|---|---|
author | Dustin Navea <speeddymon@yahoo.com> | Tue May 14 23:19:28 2002 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue May 14 23:19:28 2002 +0000 |
tree | 228b37d8d101583bec8c5dbad02ff3d108954749 | |
parent | c3e06df941803b82091f3411c0dc052582493b61 [diff] |
Fix for $libdir check.
diff --git a/tools/wineinstall b/tools/wineinstall index dda231a..8ea41ae 100755 --- a/tools/wineinstall +++ b/tools/wineinstall
@@ -319,7 +319,7 @@ # to our sucommand string if [ -f /etc/ld.so.conf ] then - if [ ! grep -qs "$libdir" /etc/ld.so.conf ] + if ! grep -qs "$libdir" /etc/ld.so.conf then { echo echo "$libdir doesn't exist in your /etc/ld.so.conf, it will be added"