[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:
Benoît Minisini 2012-01-24 02:58:44 +00:00
parent dcaad26de1
commit 332b751cd6

View file

@ -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";