Mercurial > hg > beaglert
comparison scripts/run_pd_libpd.sh @ 239:dca0ca81b685
Typo
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Tue, 12 Apr 2016 14:21:40 +0200 |
parents | 64e288a3d881 |
children | a430a16d2c02 |
comparison
equal
deleted
inserted
replaced
238:64e288a3d881 | 239:dca0ca81b685 |
---|---|
88 fi | 88 fi |
89 | 89 |
90 # Make new BeagleRT executable and run | 90 # Make new BeagleRT executable and run |
91 if [ $RUN_PROJECT -eq 0 ] | 91 if [ $RUN_PROJECT -eq 0 ] |
92 then | 92 then |
93 echo "Files copied. Run again with -r to run the project" | 93 echo "Files copied. Run without \"-n\" to run the project" |
94 else | 94 else |
95 echo "Running project..." | 95 echo "Running project..." |
96 | 96 |
97 if [ $RUN_WITHOUT_SCREEN -ne 0 ] | 97 if [ $RUN_WITHOUT_SCREEN -ne 0 ] |
98 then | 98 then |