Fix issues in Ubuntu with REST scripts

FEA: ItEr75S04BugFixing
This commit is contained in:
Manuel Rego Casasnovas 2011-10-03 10:34:25 +02:00
parent 4b66eb66b6
commit 053f40dbb6
23 changed files with 22 additions and 26 deletions

View file

@ -1,3 +1,3 @@
#!/bin/sh
. ./export.sh calendarexceptiontypes $*
./export.sh calendarexceptiontypes $*

View file

@ -1,3 +1,3 @@
#!/bin/sh
. ./export.sh calendars $*
./export.sh calendars $*

View file

@ -1,3 +1,3 @@
#!/bin/sh
. ./export.sh costcategories $*
./export.sh costcategories $*

View file

@ -1,3 +1,3 @@
#!/bin/sh
. ./export.sh criteriontypes $*
./export.sh criteriontypes $*

View file

@ -1,3 +1,3 @@
#!/bin/sh
. ./export.sh labels $*
./export.sh labels $*

View file

@ -1,3 +1,3 @@
#!/bin/sh
. ./export.sh materialcategories $*
./export.sh materialcategories $*

View file

@ -1,3 +1,3 @@
#!/bin/sh
. ./export.sh orderelements $*
./export.sh orderelements $*

View file

@ -1,5 +1,3 @@
#!/bin/sh
. ./rest-common-env.sh
. ./export.sh resources $*
./export.sh resources $*

View file

@ -1,5 +1,3 @@
#!/bin/sh
. ./rest-common-env.sh
. ./export.sh typeofworkhours $*
./export.sh typeofworkhours $*

View file

@ -1,3 +1,3 @@
#!/bin/sh
. ./export.sh unittypes $*
./export.sh unittypes $*

View file

@ -1,3 +1,3 @@
#!/bin/sh
. ./export.sh workreports $*
./export.sh workreports $*

View file

@ -1,3 +1,3 @@
#!/bin/sh
. ./import.sh calendarexceptiontypes $*
./import.sh calendarexceptiontypes $*

View file

@ -1,3 +1,3 @@
#!/bin/sh
. ./import.sh calendars $*
./import.sh calendars $*

View file

@ -1,3 +1,3 @@
#!/bin/sh
. ./import.sh costcategories $*
./import.sh costcategories $*

View file

@ -1,3 +1,3 @@
#!/bin/sh
. ./import.sh criteriontypes $*
./import.sh criteriontypes $*

View file

@ -1,3 +1,3 @@
#!/bin/sh
. ./import.sh labels $*
./import.sh labels $*

View file

@ -1,3 +1,3 @@
#!/bin/sh
. ./import.sh materialcategories $*
./import.sh materialcategories $*

View file

@ -1,3 +1,3 @@
#!/bin/sh
. ./import.sh orderelements $*
./import.sh orderelements $*

View file

@ -1,3 +1,3 @@
#!/bin/sh
. ./import.sh resources $*
./import.sh resources $*

View file

@ -1,3 +1,3 @@
#!/bin/sh
. ./import.sh typeofworkhours $*
./import.sh typeofworkhours $*

View file

@ -1,3 +1,3 @@
#!/bin/sh
. ./import.sh unittypes $*
./import.sh unittypes $*

View file

@ -1,3 +1,3 @@
#!/bin/sh
. ./import.sh workreports $*
./import.sh workreports $*

0
scripts/rest-clients/import.sh Normal file → Executable file
View file