[CONFIGURATION]
* BUG: Explicitely use /bin/bash in the make-component script. git-svn-id: svn://localhost/gambas/trunk@4419 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
dcaad26de1
commit
332b751cd6
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
if test -d ../$1; then
|
if test -d ../$1; then
|
||||||
echo "$0: error: This component already exists";
|
echo "$0: error: This component already exists";
|
||||||
|
|
Loading…
Reference in a new issue