aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/dyn/build-pd-linux.sh
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-09-25 02:41:31 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-09-25 02:41:31 +0000
commit1b8135bf011ac58e99254424c2dbf0128aaf2102 (patch)
tree53fbb0d1591b8c600ffc4bab809988a6ac7fe2a9 /externals/grill/dyn/build-pd-linux.sh
parenta5f318cbee05c698256bba3430ce0e81f8b1bedb (diff)
""
svn path=/trunk/; revision=1025
Diffstat (limited to 'externals/grill/dyn/build-pd-linux.sh')
-rw-r--r--externals/grill/dyn/build-pd-linux.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/dyn/build-pd-linux.sh b/externals/grill/dyn/build-pd-linux.sh
index 421cb6e1..413650f7 100644
--- a/externals/grill/dyn/build-pd-linux.sh
+++ b/externals/grill/dyn/build-pd-linux.sh
@@ -4,7 +4,7 @@
make -f makefile.pd-linux &&
{
- if [ ${INSTPATH} != "" ]; then
+ if [ $INSTPATH != "" ]; then
echo Now install as root
su -c "make -f makefile.pd-linux install"
fi